We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bin/changelog
1 parent 98b1c96 commit 55cd275Copy full SHA for 55cd275
bin/changelog
@@ -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