Skip to content

Commit 9e03340

Browse files
fix: dev instructions
Don't bump the version in the release process section as that makes the instructions incorrect
1 parent c9cfdc8 commit 9e03340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ To QA that your branch works as expected on a dependent repository e.g.
148148

149149
Until the [database version](#database-version) has a desktop release, `nbb-logseq` uses github versioning. With github versioning, releases are quick and the release is built locally on a developer's machine. To build a new version:
150150

151-
1. Increment version of `package.json` e.g. `1.2.173-feat-db-v29` to `1.2.173-feat-db-v31`
151+
1. Increment version of `package.json` e.g. `1.2.173-feat-db-v29` to `1.2.173-feat-db-v30`
152152
2. `npm i` to update `package-lock.json`.
153153
3. `rm -rf .shadow-cljs && NBB_CLI_NAME=nbb-logseq NBB_NPM_LIB_NAME='@logseq/nbb-logseq' bb release`
154154
4. Git commit all changes including package* and lib/* changes.
155-
5. `git tag` the commit e.g. `git tag feat-db-v31` and git push the new tag and commit.
155+
5. `git tag` the commit e.g. `git tag feat-db-v30` and git push the new tag and commit.
156156

157157
Once the desktop release occurs, nbb-logseq changes should be fewer and we can go back to the [NPM release process](#npm-release-process).
158158

0 commit comments

Comments
 (0)