Skip to content

Commit 91b33d9

Browse files
authored
Merge pull request #13 from stephlm2dev/build/standard-version
Automate versioning and CHANGELOG generation
2 parents 642c92a + 2f0e3f0 commit 91b33d9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 0.0.0 (2020-01-06)

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 -s",
72+
"release:beta": "standard-version -s -p beta"
7073
},
7174
"types": "lib/index.d.ts",
7275
"config": {

0 commit comments

Comments
 (0)