File tree 4 files changed +34
-1
lines changed
4 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
- name : Generate changelog
14
14
id : changelog
15
+ # refme: ignore
15
16
uses : metcalfc/changelog-generator@main
16
17
with :
17
18
myToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ jobs:
10
10
uses : actions/checkout@v4
11
11
- name : Generate changelog
12
12
id : changelog
13
+ # refme: ignore
13
14
uses : metcalfc/changelog-generator@main
14
15
with :
15
16
myToken : ${{ secrets.GITHUB_TOKEN }}
16
17
head-ref : ' v0.0.2'
17
18
base-ref : ' v0.0.1'
18
19
- name : Reverse the generated changelog
19
20
id : changelog-rev
21
+ # refme: ignore
20
22
uses : metcalfc/changelog-generator@main
21
23
with :
22
24
myToken : ${{ secrets.GITHUB_TOKEN }}
25
27
reverse : ' true'
26
28
- name : Explicitly do not reverse the generated changelog
27
29
id : changelog-notrev
30
+ # refme: ignore
28
31
uses : metcalfc/changelog-generator@main
29
32
with :
30
33
myToken : ${{ secrets.GITHUB_TOKEN }}
55
58
EOF
56
59
- name : Generate changelog from release
57
60
id : release
61
+ # refme: ignore
58
62
uses : metcalfc/changelog-generator@main
59
63
with :
60
64
myToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 13
13
"postversion" : " git push && git push --tags" ,
14
14
"precommit-msg" : " echo 'Pre-commit checks...' && exit 0" ,
15
15
"precommit" : " npm run build && git add dist/" ,
16
+ "refme" : " npm exec gh-refme -- convert ./.github/workflows/*" ,
16
17
"test" : " echo \" Error: no test specified\" && exit 1" ,
17
18
"version" : " npm run bump:readme && npm run bump:workflow && git add ./dist ./README.md ./SECURITY.md ./.github/workflows/*yml"
18
19
},
19
20
"pre-commit" : [
20
21
" precommit-msg" ,
21
22
" lint" ,
22
23
" format-check" ,
24
+ " refme" ,
23
25
" precommit"
24
26
],
25
27
"repository" : {
47
49
"@actions/github" : " ^6.0.0"
48
50
},
49
51
"devDependencies" : {
52
+ "@eslint/js" : " ^9.22.0" ,
50
53
"@vercel/ncc" : " ^0.38.3" ,
51
54
"eslint" : " ^9.22.0" ,
52
- "@eslint/js " : " ^9.22 .0" ,
55
+ "gh-refme " : " ^1.5 .0" ,
53
56
"globals" : " ^16.0.0" ,
54
57
"isexe" : " ^3.1.1" ,
55
58
"pre-commit" : " ^1.2.2" ,
You can’t perform that action at this time.
0 commit comments