Skip to content

Commit afea154

Browse files
committed
chore: add release scripts
1 parent 61d5c3a commit afea154

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"docs:serve": "nodemon --ext md,vue,js,scss --ignore docs/.vuepress/.cache --ignore docs/.vuepress/.temp --watch docs/ --watch styles --exec npm run docs:dev",
99
"docs:dev": "npm run docs:styles && npx vuepress dev docs",
1010
"docs:build": "npm run docs:styles && vuepress build docs",
11-
"docs:styles": "postcss styles/styles.scss -o docs/.vuepress/styles/index.scss"
11+
"docs:styles": "postcss styles/styles.scss -o docs/.vuepress/styles/index.scss",
12+
"release": "standard-version && git push --follow-tags origin master",
13+
"release-minor": "standard-version --release-as minor && git push --follow-tags origin master"
1214
},
1315
"keywords": [],
1416
"author": "Stefan Pfaffel",

0 commit comments

Comments
 (0)