Skip to content

Commit b87caa5

Browse files
committed
fix(docs): add some reminders for how releasing a new version works so I may do it more swiftly in the future
1 parent 73f8d66 commit b87caa5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,17 @@
66
* Website: [PushNotice.chat](https://pushnotice.chat)
77

88
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

Comments
 (0)