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 d1fc4ea commit b45ca27Copy full SHA for b45ca27
deno.json
@@ -4,6 +4,7 @@
4
"dev" : "export ENV=dev && deno run -A ./std/.frame/index.js tw & export LOCAL=./src && deno run -A --watch=./src/ std/.frame/index.js",
5
"bundle" : "deno bundle std/index.js ./index.js && deno bundle ./extensions.js ext.js",
6
"std": "git submodule init && git submodule update",
7
+ "release": "git tag",
8
"init": "chmod +x style && ./style"
9
},
10
"lock": false
readme.md
@@ -36,3 +36,12 @@ start the development server
36
grape dev
37
```
38
39
+### Release
40
+
41
+Nice to have, enable push to allwaus follow
42
+```
43
+git config --global push.followTags true
44
45
46
47
0 commit comments