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 05b744a commit bc273bdCopy full SHA for bc273bd
README.md
@@ -43,4 +43,13 @@ steps:
43
44
## License
45
46
-The scripts and documentation in this project are released under the [Apache 2.0](./LICENSE) License.
+The scripts and documentation in this project are released under the [Apache 2.0](./LICENSE) License.
47
+
48
+## Release process
49
50
+- Set new version in `pacakge.json`
51
+- Run: `npm install --only=prod`
52
+- Update `README.md` with new version
53
+- Commit `[RELEASE] Release vX.Y.Z`
54
+- Tag+push `vX.Y.Z`
55
+- Create GitHub release for tag
0 commit comments