mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-21 00:31:54 +00:00
docs: hide version commits in CHANGELOG
This commit is contained in:
parent
570a9c6467
commit
d20b46e041
2 changed files with 1 additions and 69 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
|
||||
git cliff -o CHANGELOG.md --tag "${npm_package_version:?}"
|
||||
git cliff -o CHANGELOG.md --tag "v${npm_package_version:?}"
|
||||
git add CHANGELOG.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue