File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
package-lock = false
2
+ allow-same-version = true
3
+ message = v%s
Original file line number Diff line number Diff line change 1
- Unreleased
2
- ==================
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ <!-- auto-changelog-above -->
3
9
4
10
3.3.3 / 2022-08-08
5
11
==================
Original file line number Diff line number Diff line change 15
15
"test" : " npm run tests-only --" ,
16
16
"posttest" : " aud --production" ,
17
17
"tests-only" : " jest --coverage" ,
18
- "test:watch" : " npm run tests-only -- --watch"
18
+ "test:watch" : " npm run tests-only -- --watch" ,
19
+ "version" : " auto-changelog && git add CHANGELOG.md" ,
20
+ "postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
19
21
},
20
22
"devDependencies" : {
21
23
"@babel/core" : " ^7.19.1" ,
22
24
"@babel/eslint-parser" : " ^7.19.1" ,
23
25
"@babel/parser" : " ^7.19.1" ,
24
26
"aud" : " ^2.0.1" ,
27
+ "auto-changelog" : " ^2.4.0" ,
25
28
"babel-cli" : " ^6.26.0" ,
26
29
"babel-core" : " ^6.26.3" ,
27
30
"babel-jest" : " ^20.0.3" ,
62
65
"array-includes" : " ^3.1.5" ,
63
66
"object.assign" : " ^4.1.4"
64
67
},
68
+ "auto-changelog" : {
69
+ "output" : " CHANGELOG.md" ,
70
+ "template" : " keepachangelog" ,
71
+ "unreleased" : false ,
72
+ "commitLimit" : false ,
73
+ "backfillLimit" : false ,
74
+ "hideCredit" : true ,
75
+ "startingVersion" : " 3.3.4"
76
+ },
65
77
"publishConfig" : {
66
78
"ignore" : [
67
79
" .github/workflows" ,
You can’t perform that action at this time.
0 commit comments