Skip to content

Commit bc273bd

Browse files
committed
doc: Release process in readme
1 parent 05b744a commit bc273bd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,13 @@ steps:
4343

4444
## License
4545

46-
The scripts and documentation in this project are released under the [Apache 2.0](./LICENSE) License.
46+
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

Comments
 (0)