Skip to content

Commit 7824f18

Browse files
committed
build(npm): add conventional-changelog/standard-version
https://github.com/conventional-changelog/standard-version
1 parent 642c92a commit 7824f18

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"globby": "8",
3434
"mocha": "5",
3535
"nyc": "11",
36+
"standard-version": "^7.0.1",
3637
"ts-node": "5",
3738
"tslib": "1",
3839
"tslint": "5",
@@ -66,7 +67,9 @@
6667
"prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
6768
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
6869
"version": "oclif-dev readme && git add README.md",
69-
"commit": "git-cz"
70+
"commit": "git-cz",
71+
"release": "standard-version",
72+
"release:beta": "standard-version -p beta"
7073
},
7174
"types": "lib/index.d.ts",
7275
"config": {

0 commit comments

Comments
 (0)