File tree 3 files changed +24
-1
lines changed
3 files changed +24
-1
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
+ # 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
6.6.1 / 2022-07-21
2
11
==================
3
12
- 38405ad [ Fix] ` no-interactive-tabindex ` : allow role assignments using a ternary with literals on both sides
Original file line number Diff line number Diff line change 32
32
"jest" : " jest --coverage __tests__/**/*" ,
33
33
"pregenerate-list-of-rules" : " npm run build" ,
34
34
"generate-list-of-rules" : " eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --config-emoji recommended,☑️" ,
35
- "generate-list-of-rules:check" : " npm run generate-list-of-rules -- --check"
35
+ "generate-list-of-rules:check" : " npm run generate-list-of-rules -- --check" ,
36
+ "version" : " auto-changelog && git add CHANGELOG.md" ,
37
+ "postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
36
38
},
37
39
"devDependencies" : {
38
40
"@babel/cli" : " ^7.20.7" ,
42
44
"@babel/register" : " ^7.18.9" ,
43
45
"ast-types-flow" : " ^0.0.7" ,
44
46
"aud" : " ^2.0.2" ,
47
+ "auto-changelog" : " ^2.4.0" ,
45
48
"babel-jest" : " ^24.9.0" ,
46
49
"babel-plugin-add-module-exports" : " ^1.0.4" ,
47
50
"babel-preset-airbnb" : " ^5.0.0" ,
104
107
],
105
108
"testEnvironment" : " node"
106
109
},
110
+ "auto-changelog" : {
111
+ "output" : " CHANGELOG.md" ,
112
+ "template" : " keepachangelog" ,
113
+ "unreleased" : false ,
114
+ "commitLimit" : false ,
115
+ "backfillLimit" : false ,
116
+ "hideCredit" : true ,
117
+ "startingVersion" : " 6.6.2"
118
+ },
107
119
"publishConfig" : {
108
120
"ignore" : [
109
121
" !lib" ,
You can’t perform that action at this time.
0 commit comments