We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a482d0d commit 1470994Copy full SHA for 1470994
app/package.json
@@ -1,7 +1,7 @@
1
{
2
"productName": "Onlook",
3
"name": "@onlook/browser",
4
- "version": "0.0.12",
+ "version": "0.0.13",
5
"homepage": "https://onlook.dev",
6
"main": "dist-electron/main/index.js",
7
"description": "The first-ever devtool for designers",
app/scripts/publish_tag.sh
@@ -11,4 +11,4 @@ git commit -m "Publish version v$VERSION"
11
git tag -a v$VERSION -m "Version $VERSION"
12
13
# Push the tag to the remote repository
14
-git push --follow-tags
+git push --follow-tags --set-upstream origin releases/$VERSION
0 commit comments