Skip to content

Commit fbae838

Browse files
committed
ci: use upstream maintainer with new ignore option
1 parent 15f86ba commit fbae838

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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!"

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

pre-commit_semantic-release.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)