Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Aug 6, 2023
1 parent ebc84a6 commit 0d07362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/How to release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


1. Update your `package.json` with your new version number, such as `1.0.1`, and the minimum Obsidian version required for your latest release.
2. Run `npm run version`
2. Run `pnpm run version`
3. Tag it with `1.0.1` and push the tags `git push --tags`

> Work is done, the 3 steps below will be done by Github Action of Release.
Expand Down

0 comments on commit 0d07362

Please sign in to comment.