You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,9 @@ Our pre-commit hooks verify that the linter and tests pass when committing.
124
124
## How to Release the project
125
125
126
126
### Release Checklist
127
-
-[ ] Update the version in `package.json`.
127
+
-[ ] Update the version in `package.json`, and commit this change to main.
128
128
-[ ] 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).
130
130
-[ ] 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).
131
131
-[ ] Publish the package to npm using `npm publish` (or `npm release` if using release-it).
0 commit comments