Skip to content

Commit ed666e7

Browse files
committed
Added auto releases notes
1 parent 57ba967 commit ed666e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ echo "MK_VERSION := $TRAVIS_TAG" > $OUT/version.mk
1919
# Compressing release to *.zip and *.tgz
2020
tar -czf release.tgz -C release .
2121
cd release/; zip -r ../release.zip .; cd ..
22+
gem install octokit
2223
ruby scripts/github_release.rb -c CHANGELOG.md -s $api_key -r krom/docker-compose-makefile -t $TRAVIS_TAG

0 commit comments

Comments
 (0)