forked from Cox-Automotive/apollo-client-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 29
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
1 parent
253d0a5
commit f5ef72e
Showing
14 changed files
with
28 additions
and
658 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
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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
branch: | ||
description: "Branch to release from" | ||
required: true | ||
default: "main" | ||
default: "support/apollo-2" | ||
version: | ||
description: "Release version" | ||
required: true | ||
|
@@ -34,7 +34,7 @@ jobs: | |
restore-keys: ${{ runner.os }}-m2 | ||
|
||
- name: Build | ||
run: ./mvnw --no-transfer-progress -B -U --file pom.xml install | ||
run: mvn --no-transfer-progress -B -U --file pom.xml install | ||
|
||
tag: | ||
name: Tag | ||
|
@@ -68,7 +68,7 @@ jobs: | |
VERSION=${{ github.event.inputs.version }} | ||
echo "Releasing $VERSION from $BRANCH branch" | ||
git checkout $BRANCH | ||
./mvnw --no-transfer-progress -B versions:set versions:commit -DnewVersion=$VERSION | ||
mvn --no-transfer-progress -B versions:set versions:commit -DnewVersion=$VERSION | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Automated release" | ||
git commit -a -m "build: releasing version $VERSION" | ||
|
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.