Skip to content

Commit 366b7ac

Browse files
committed
Release 0.0.49
1 parent 6b52fd2 commit 366b7ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "liquid-java",
33
"displayName": "LiquidJava",
44
"description": "Extending Java with Liquid Types",
5-
"version": "0.0.48",
5+
"version": "0.0.49",
66
"publisher": "AlcidesFonseca",
77
"repository": {
88
"type": "git",

release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ if git rev-parse "v$VERSION" >/dev/null 2>&1; then
2626
exit 1
2727
fi
2828

29+
git checkout main
30+
git pull
31+
git status
2932
git add .
3033
git commit -m "Release $VERSION"
3134
git tag -a "v$VERSION" -m "vscode-liquidjava $VERSION"

0 commit comments

Comments
 (0)