File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ jobs:
124124 - name : Run `semantic-release`
125125 env :
126126 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127+ MAINTAINER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127128 run : |
128129 semantic-release --dry-run
129130 - run : echo "::notice ::Workflow success!"
Original file line number Diff line number Diff line change @@ -278,7 +278,5 @@ semantic-release:
278278 variables :
279279 MAINTAINER_TOKEN : ' ${GH_TOKEN}'
280280 script :
281- # Update `AUTHORS.md`
282- - ' ${HOME}/go/bin/maintainer contributor'
283281 # Run `semantic-release`
284282 - ' semantic-release'
Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ sed -i -e "s_^\(version:\).*_\1 ${1}_" FORMULA
77
88
99# ##############################################################################
10- # (B) Use `m2r2` to convert automatically produced `.md` docs to `.rst`
10+ # (B) Update `AUTHORS.md`
11+ # ##############################################################################
12+
13+ maintainer contributor --ignore-contributors semantic-release-bot,renovate[bot]
14+
15+ # ##############################################################################
16+ # (C) Use `m2r2` to convert automatically produced `.md` docs to `.rst`
1117# ##############################################################################
1218
1319# Install `m2r2`
You can’t perform that action at this time.
0 commit comments