Skip to content

Commit 55cd275

Browse files
Add bin/changelog script
1 parent 98b1c96 commit 55cd275

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+
#
3+
# Update changelog for a new release.
4+
#
5+
# bin/changelog x.x.x
6+
#
7+
# Where `x.x.x` is the new version to release.
8+
github_changelog_generator --user danielberkompas --project cloak_ecto --future-release $1

0 commit comments

Comments
 (0)