File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,8 @@ npm run dev
53
53
### Releasing
54
54
55
55
1 . Run ` npm version <major/minor/patch> ` .
56
- 2 . Push the created commit by running ` git push origin master ` .
57
- 3 . Push the created tag by running ` git push origin tag <tag name> ` .
58
- 4 . Optionally add release notes to the created GitHub draft release.
59
- 5 . Publish the GitHub draft release.
56
+ 2 . Optionally add release notes to the created GitHub draft release.
57
+ 3 . Publish the GitHub draft release.
60
58
61
59
### Submitting
62
60
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"dev" : " node esbuild.config.mjs" ,
8
8
"build" : " tsc -noEmit -skipLibCheck && node esbuild.config.mjs production" ,
9
- "version" : " node version-bump.mjs && git add manifest.json versions.json"
9
+ "version" : " node version-bump.mjs && git add manifest.json versions.json" ,
10
+ "postversion" : " git push && git push --tags"
10
11
},
11
12
"keywords" : [
12
13
" obsidian" ,
You can’t perform that action at this time.
0 commit comments