Skip to content

Commit

Permalink
chore(travis): publish changelog with build after successful tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Feb 10, 2017
1 parent 0bb6358 commit ce0009c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/scripts/release/publish-build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ git clone $repoUrl $repoDir
# Copy the build files to the repository
rm -rf $repoDir/*
cp -r $buildDir/* $repoDir
cp CHANGELOG.md $repoDir

# Create the build commit and push the changes to the repository.
cd $repoDir
Expand Down

0 comments on commit ce0009c

Please sign in to comment.