diff --git a/justfile b/justfile index 6831966..21bf00a 100644 --- a/justfile +++ b/justfile @@ -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