summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoraidenlx <[email protected]>2022-01-23 05:13:50 +0800
committerGitHub <[email protected]>2022-01-22 16:13:50 -0500
commitf3286063d332c262911b96a61cf6559a47ff1820 (patch)
treeccfbb43528e14856b47242d7ce929cc1fda0dc6b /README.md
parent4f502e92eb96800f5feb4089fb5c5dc1974b2fa6 (diff)
downloadai-pulse-obsidian-plugin-f3286063d332c262911b96a61cf6559a47ff1820.tar.gz
ai-pulse-obsidian-plugin-f3286063d332c262911b96a61cf6559a47ff1820.zip
add version bump script (#10)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 39af258..659a631 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,9 @@ Quick starting guide for new plugin devs:
- Upload the files `manifest.json`, `main.js`, `styles.css` as binary attachments. Note: The manifest.json file must be in two places, first the root path of your repository and also in the release.
- Publish the release.
+> You can simplify the version bump process by running `npm version patch`, `npm version minor` or `npm version major` after updating `minAppVersion` manually in `manifest.json`.
+> The command will bump version in `manifest.json` and `package.json`, and add the entry for the new version to `versions.json`
+
### Adding your plugin to the community plugin list
- Check https://github.com/obsidianmd/obsidian-releases/blob/master/plugin-review.md