Skip to content

Commit 2eb826f

Browse files
committed
Add changelog generator
Signed-off-by: Matt Stratton <[email protected]>
1 parent 900dadd commit 2eb826f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.version.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)