We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f8d66 commit b87caa5Copy full SHA for b87caa5
readme.md
@@ -6,3 +6,17 @@
6
* Website: [PushNotice.chat](https://pushnotice.chat)
7
8
This is work in progress and will be developed further.
9
+
10
+## Installation & Usage
11
12
+To be added.
13
14
+## Release
15
16
+- Commit all changes to the `main` branch.
17
+- Run `pnpm release` to build and release a new version. This will:
18
+ - merge the `main` branch into the `release` branch
19
+ - create a new release commit and tag
20
+ - push the `release` commit and tag to the remote repository
21
+ - on GitHub, the release will be created automatically
22
+ - GitHub Actions will also publish the release to npm
0 commit comments