File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ PREVERSION=
2020 # changelog md -o CHANGELOG.md --vars='{"name":"devopsdays-cli", "user":"devopsdays"}'
2121 echo " committing CHANGELOG.md..."
2222 commit -q -m " Update changelog markdown for !newversion!" -f CHANGELOG.md
23+ echo " finalizing release notes..."
24+ github_changelog_generator --future-release " !newversion!" -o RELEASE.md --unreleased-only
25+ echo " committing CHANGELOG.md..."
26+ commit -q -m " Update release notes markdown for !newversion!" -f RELEASE.md
2327 echo " installing latest devopsdays-cli"
2428 go install --ldflags " -X github.com/devopsdays/devopsdays-cli/cmd.Version=!newversion!"
2529 echo " generating README.md..."
Original file line number Diff line number Diff line change 2020
2121deploy :
2222 # go get -v github.com/inconshreveable/mousetrap
23- - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=CHANGELOG .md
23+ - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE .md
2424 # - 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'
2525 # - 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'
2626 # - 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'
You can’t perform that action at this time.
0 commit comments