Skip to content

Commit 3b9768d

Browse files
Add bin/changelog script
Make it slightly easier to generate a changelog
1 parent 152c8b5 commit 3b9768d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
# Generates an updated changelog for the version that will be released next.
3+
#
4+
# bin/changelog x.x.x
5+
#
6+
# (x.x.x is the version number to release.)
7+
8+
github_changelog_generator --user danielberkompas --project cloak --future-release v$1

0 commit comments

Comments
 (0)