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

Commit c6e0501

Browse files
committed
feat(automatic-release): Generation of automatic release
1 parent 3d4e832 commit c6e0501

File tree

3 files changed

+1036
-1
lines changed

3 files changed

+1036
-1
lines changed

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
@@ -24,6 +24,7 @@
2424
"homepage": "https://github.com/webpack/source-list-map",
2525
"devDependencies": {
2626
"mocha": "^2.2.1",
27-
"should": "^5.2.0"
27+
"should": "^5.2.0",
28+
"standard-version": "^4.0.0"
2829
}
2930
}

0 commit comments

Comments
 (0)