Browse Source

chore: update usage for changelog.sh

pull/452/head
andrewflbarnes 5 months ago
parent
commit
c05ac2ad68
No known key found for this signature in database
  1. 9
      changelog.sh

9
changelog.sh

@ -1,5 +1,14 @@
#!/usr/bin/env bash #!/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 FROM_VERSION=0.5.0
CHANGELOG_FILE=CHANGELOG.md CHANGELOG_FILE=CHANGELOG.md

Loading…
Cancel
Save