Skip to content

Commit

Permalink
Fix readme and remove settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Castel committed Dec 3, 2019
1 parent f2e9317 commit 512483e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM qcastel/maven-git-gpg:latest

COPY ./release.sh /usr/local/bin
COPY ./settings.xml /usr/share/maven/conf
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To add default user reviewers to the PR:
with:
backport-branches-regex: "releases*"
reviewers-users: ['alice', 'bob']
reviewers-users: "['alice', 'bob']"
git-release-bot-name: "release-bot"
git-release-bot-email: "[email protected]"
Expand All @@ -50,7 +50,7 @@ To add default team reviewers to the PR:
with:
backport-branches-regex: "releases*"
reviewers-teams: ['team-a']
reviewers-teams: "['team-a']"
git-release-bot-name: "release-bot"
git-release-bot-email: "[email protected]"
Expand Down
14 changes: 0 additions & 14 deletions settings.xml

This file was deleted.

0 comments on commit 512483e

Please sign in to comment.