-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the commit ID of the build (both before and after) and any adde…
…d tags to the rest APIs
- Loading branch information
1 parent
8f5822f
commit a9a0331
Showing
10 changed files
with
176 additions
and
28 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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
set -e | ||
|
||
mvn --version | ||
mvn releaser:next | ||
mvn releaser:release |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
git tag -a annnotated1 -m "Annotated tag 1" | ||
git tag lightweight1 | ||
|
||
echo Hello > hello.txt | ||
git add hello.txt | ||
git commit -m "Adding hello.txt during build" | ||
|
||
git tag lightweight2 | ||
git tag -a annnotated2 -m "Annotated tag 2" | ||
|
||
echo Goodbye > goodbye.txt | ||
git add goodbye.txt | ||
git commit -m "Adding goodbye.txt during build" | ||
|
||
git tag -a annnotated3 -m "Annotated tag 3" | ||
git tag lightweight3 |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
git tag -a annnotated1 -m "Annotated tag 1" | ||
git tag lightweight1 | ||
|
||
echo Hello > hello.txt | ||
git add hello.txt | ||
git commit -m "Adding hello.txt during build" | ||
|
||
git tag lightweight2 | ||
git tag -a annnotated2 -m "Annotated tag 2" | ||
|
||
echo Goodbye > goodbye.txt | ||
git add goodbye.txt | ||
git commit -m "Adding goodbye.txt during build" | ||
|
||
git tag -a annnotated3 -m "Annotated tag 3" | ||
git tag lightweight3 |
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.