mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 13:50:33 +00:00
5 lines
121 B
Bash
Executable file
5 lines
121 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euxo pipefail
|
|
|
|
git cliff -o CHANGELOG.md --tag "v${npm_package_version:?}"
|
|
git add CHANGELOG.md
|