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 fdd2e76 commit 171d6cbCopy full SHA for 171d6cb
CONTRIBUTING.md
@@ -79,3 +79,13 @@ pnpm dev
79
```shell
80
pnpm test
81
```
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