File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ PREVERSION=
1212 go run main.go
1313 # finalize the changelog
1414 echo " finalizing changelog..."
15- changelog finalize --version ! newversion!
16- echo " committing change.log..."
17- commit -q -m " Update change log file for !newversion!" -f change.log
18- echo " exporting changelog..."
19- changelog md -o CHANGELOG.md --vars=' {"name":"devopsdays-cli", "user":"devopsdays"}'
15+ github_changelog_generator --future-release " !newversion!"
16+ # changelog finalize --version !newversion!
17+ # echo "committing change.log..."
18+ # commit -q -m "Update change log file for !newversion!" -f change.log
19+ # echo "exporting changelog..."
20+ # changelog md -o CHANGELOG.md --vars='{"name":"devopsdays-cli", "user":"devopsdays"}'
2021 echo " committing CHANGELOG.md..."
2122 commit -q -m " Update changelog markdown for !newversion!" -f CHANGELOG.md
2223 echo " installing latest devopsdays-cli"
You can’t perform that action at this time.
0 commit comments