File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
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 -->
9
+
1
10
# 2.2.1
2
11
- [ Deps] update ` define-properties ` , ` es-abstract `
3
12
- [ actions] update rebase action to use reusable workflow
Original file line number Diff line number Diff line change 19
19
"pretest" : " npm run lint" ,
20
20
"tests-only" : " nyc tape 'test/**/*.js'" ,
21
21
"test" : " npm run tests-only" ,
22
- "posttest" : " aud --production"
22
+ "posttest" : " aud --production" ,
23
+ "version" : " auto-changelog && git add CHANGELOG.md" ,
24
+ "postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
23
25
},
24
26
"repository" : {
25
27
"type" : " git" ,
43
45
"@es-shims/api" : " ^2.3.1" ,
44
46
"@ljharb/eslint-config" : " ^21.0.1" ,
45
47
"aud" : " ^2.0.2" ,
48
+ "auto-changelog" : " ^2.4.0" ,
46
49
"eslint" : " =8.8.0" ,
47
50
"functions-have-names" : " ^1.2.3" ,
48
51
"has-strict-mode" : " ^1.0.1" ,
58
61
"es-abstract" : " ^1.20.4" ,
59
62
"es-shim-unscopables" : " ^1.0.0"
60
63
},
64
+ "auto-changelog" : {
65
+ "output" : " CHANGELOG.md" ,
66
+ "template" : " keepachangelog" ,
67
+ "unreleased" : false ,
68
+ "commitLimit" : false ,
69
+ "backfillLimit" : false ,
70
+ "hideCredit" : true ,
71
+ "startingVersion" : " 2.2.2"
72
+ },
61
73
"publishConfig" : {
62
74
"ignore" : [
63
75
" .github/workflows"
You can’t perform that action at this time.
0 commit comments