Skip to content

Commit 1301c9b

Browse files
committed
bump: version 1.0.6 and refactor release scripts
1 parent b85b92a commit 1301c9b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/block-parser/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/block-parser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comment-block-parser",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Block parser for markdown-magic - Parse comment blocks in markdown and other files",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",
@@ -29,10 +29,10 @@
2929
"types": "tsc --emitDeclarationOnly --outDir types",
3030
"build": "pnpm run types",
3131
"clean": "rimraf types",
32-
"publish": "pnpm publish && git push origin && git push origin --tags",
33-
"release:patch": "pnpm run build && pnpm publish --version patch && git push origin && git push origin --tags",
34-
"release:minor": "pnpm run build && pnpm publish --version minor && git push origin && git push origin --tags",
35-
"release:major": "pnpm run build && pnpm publish --version major && git push origin && git push origin --tags"
32+
"publish": "git push origin && git push origin --tags",
33+
"release:patch": "pnpm version patch && pnpm publish --no-git-checks",
34+
"release:minor": "pnpm version minor && pnpm publish --no-git-checks",
35+
"release:major": "pnpm version major && pnpm publish --no-git-checks"
3636
},
3737
"dependencies": {
3838
"oparser": "^3.0.22"

0 commit comments

Comments
 (0)