Skip to content

Commit

Permalink
Add bin/changelog script
Browse files Browse the repository at this point in the history
Make it slightly easier to generate a changelog
  • Loading branch information
danielberkompas committed Apr 6, 2024
1 parent 152c8b5 commit 3b9768d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Generates an updated changelog for the version that will be released next.
#
# bin/changelog x.x.x
#
# (x.x.x is the version number to release.)

github_changelog_generator --user danielberkompas --project cloak --future-release v$1

0 comments on commit 3b9768d

Please sign in to comment.