Skip to content

Commit 171d6cb

Browse files
committed
add releasing instructions
1 parent fdd2e76 commit 171d6cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,13 @@ pnpm dev
7979
```shell
8080
pnpm test
8181
```
82+
83+
## Release
84+
85+
To create a release:
86+
87+
1. Merge the feature PR into main. The commit message should follow conventional commits.
88+
1. Wait for release-please to run, which should result in a PR being opened. Merge that PR.
89+
1. `git checkout main && git pull main`
90+
1. `./scripts/publish.mjs --dry-run`
91+
1. Run above without `--dry-run`

0 commit comments

Comments
 (0)