Skip to content

Commit 2303866

Browse files
committed
chore: cleanup
1 parent e60d969 commit 2303866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ Our pre-commit hooks verify that the linter and tests pass when committing.
124124
## How to Release the project
125125

126126
### Release Checklist
127-
- [ ] Update the version in `package.json`.
127+
- [ ] Update the version in `package.json`, and commit this change to main.
128128
- [ ] Build the project using `npm run build`.
129-
- [ ] Write release notes, and add them to a new [GitHub release](https://github.com/Couchbase-Ecosystem/cbl-reactnative/releases) (tagged with the new version).
129+
- [ ] Write release notes, and add them to a new [GitHub release](https://github.com/Couchbase-Ecosystem/cbl-reactnative/releases) (under a tag that corresponds to the new version number).
130130
- [ ] Publish the release notes to the [cbl-reactnative.dev](https://cbl-reactnative.dev) website by updating [this file](https://github.com/Couchbase-Ecosystem/cbl-reactnative-docs/blob/main/docs/ProductNotes/release-notes.md).
131131
- [ ] Publish the package to npm using `npm publish` (or `npm release` if using release-it).
132132

0 commit comments

Comments
 (0)