Skip to content

Commit

Permalink
change version publish commit message to a one using prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma committed Dec 12, 2023
1 parent 1dde074 commit 8c31df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ release VERSION:
sed -i 's/### Unreleased/### Unreleased\n\n* no changes yet\n\n### {{VERSION}}/' CHANGELOG.md
vsce publish {{VERSION}}
git add CHANGELOG.md package.json
git commit -m "Release v{{VERSION}}"
git commit -m "ver: publish v{{VERSION}}"
git push
git tag v{{VERSION}}
git push --tags
Expand Down

0 comments on commit 8c31df3

Please sign in to comment.