1
0
mirror of https://github.com/jenv/jenv.git synced 2026-05-03 03:44:37 +01:00

chore: update usage for changelog.sh

This commit is contained in:
andrewflbarnes
2025-07-16 02:25:17 +01:00
parent e57acf4513
commit c05ac2ad68
+9
View File
@@ -1,5 +1,14 @@
#!/usr/bin/env bash
# Usage: ./changelog.sh [options]
# Options:
# --bump: (default) bump version based on conventional commits since last tag
# -t <tag>: specify a tag to bump the version to
#
# e.g.
# ./changelog.sh
# ./changelog.sh -t 0.5.9
FROM_VERSION=0.5.0
CHANGELOG_FILE=CHANGELOG.md