Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 7484d13

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

3 files changed

Lines changed: 2082 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+
# 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+

package.json

Lines changed: 2 additions & 1 deletion
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)