mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-12-05 00:00:34 +00:00
chore: Improve changelog handling
This commit is contained in:
parent
9d49ff78d6
commit
766f9b4708
@ -7,7 +7,7 @@ VERSION=$(git cliff --bumped-version --unreleased |cut -dv -f2)
|
||||
sed "s/^version:.*$/version: $VERSION/g" -i shard.yml
|
||||
git add shard.yml
|
||||
hace lint test
|
||||
git cliff --bump -o
|
||||
git cliff --bump -u -p CHANGELOG.md
|
||||
git commit -a -m "bump: Release v$VERSION"
|
||||
git tag "v$VERSION"
|
||||
git push --tags
|
||||
|
Loading…
Reference in New Issue
Block a user