Skip to content

Commit 7484d13

Browse files
committed
feat(automatic-release): Generation of automatic release
1 parent dfaa358 commit 7484d13

File tree

3 files changed

+2082
-1
lines changed

3 files changed

+2082
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Change Log
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+

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"eslint": "^3.15.0",
3030
"eslint-plugin-node": "^4.0.1",
3131
"istanbul": "^0.3.14",
32-
"mocha": "^1.21.4"
32+
"mocha": "^1.21.4",
33+
"standard-version": "^4.0.0"
3334
},
3435
"main": "lib/index.js",
3536
"files": [

0 commit comments

Comments
 (0)