-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Quentin Castel
committed
Dec 3, 2019
1 parent
f2e9317
commit 512483e
Showing
3 changed files
with
2 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|
@@ -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]" | ||
|
This file was deleted.
Oops, something went wrong.