Skip to content

Commit 9904a97

Browse files
committed
removed contributors from github release changelog
1 parent 8cd2b87 commit 9904a97

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
2727
- name: Build
2828
run: ./mvnw -B package --file pom.xml
29-
env:
30-
GITHUB_USERNAME: jruaux
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3229

3330
- name: Show Reports
3431
uses: actions/upload-artifact@v1

jreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ project:
1111

1212
release:
1313
github:
14-
branch: master
1514
username: jruaux
1615
overwrite: true
1716
changelog:
17+
contributors:
18+
enabled: false
1819
sort: DESC
1920
formatted: ALWAYS
2021
format: '- {{commitShortHash}} {{commitTitle}}'

0 commit comments

Comments
 (0)