File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ PREVERSION=
2121 echo " committing CHANGELOG.md..."
2222 commit -q -m " Update changelog markdown for !newversion!" -f CHANGELOG.md
2323 echo " finalizing release notes..."
24- github_changelog_generator --future-release " !newversion!" -o RELEASE .md --unreleased-only
24+ github_changelog_generator --future-release " !newversion!" -o RELEASE_NOTES .md --unreleased-only
2525 echo " committing CHANGELOG.md..."
26- commit -q -m " Update release notes markdown for !newversion!" -f RELEASE .md
26+ commit -q -m " Update release notes markdown for !newversion!" -f RELEASE_NOTES .md
2727 echo " installing latest devopsdays-cli"
2828 go install --ldflags " -X github.com/devopsdays/devopsdays-cli/cmd.Version=!newversion!"
2929 echo " generating README.md..."
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ci: test # will add lint later
5151
5252deploy :
5353 # go get -v github.com/inconshreveable/mousetrap
54- - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE .md
54+ - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE_NOTES .md
5555 # - curl -X PUT -T devopdays-cli_${VERSION}_linux-i386.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-386.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=i386;publish=1'
5656 # - curl -X PUT -T devopdays-cli_${VERSION}_linux-amd64.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-amd64.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=amd64;publish=1'
5757 # - curl PUT -T devopdays-cli_$VERSION_linux-i386.rpm -umattstratton:{BTKEY} 'https://api.bintray.com/content/devopsdays/rpm/devopsdays-cli/${VERSION}/devopdays-cli_$VERSION_linux-386.rpm;publish=1'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments