We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b52fd2 commit 366b7acCopy full SHA for 366b7ac
client/package.json
@@ -2,7 +2,7 @@
2
"name": "liquid-java",
3
"displayName": "LiquidJava",
4
"description": "Extending Java with Liquid Types",
5
- "version": "0.0.48",
+ "version": "0.0.49",
6
"publisher": "AlcidesFonseca",
7
"repository": {
8
"type": "git",
release.sh
@@ -26,6 +26,9 @@ if git rev-parse "v$VERSION" >/dev/null 2>&1; then
26
exit 1
27
fi
28
29
+git checkout main
30
+git pull
31
+git status
32
git add .
33
git commit -m "Release $VERSION"
34
git tag -a "v$VERSION" -m "vscode-liquidjava $VERSION"
0 commit comments