We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e127d commit 328ee67Copy full SHA for 328ee67
CONTRIBUTING.md
@@ -51,10 +51,11 @@ WIP
51
52
```bash
53
git add .
54
-git commit -am "v0.3.1"
+git commit -am "v1.0.0"
55
git push -u origin main
56
-git tag v0.3.1 main
57
-git push origin tag v0.3.1
+git tag v1.0.0 main
+git push origin tag v1.0.0
58
```
59
+
60
>[!WARNING]
61
> DONT forget to add secret env `NPM_AUTH_TOKEN` at [repo](https://github.com/Ratimon/redprint-wizard/settings/secrets/actions)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "redprint-wizard",
3
"description": "Interactive smart contract generator based on OPStack Contracts.",
4
- "version": "0.3.1",
+ "version": "1.0.0",
5
"homepage": "https://redprint.ninja/",
6
"keywords": [
7
"blockchain",
0 commit comments