Skip to content

Commit 23bc04a

Browse files
authored
Remove creation of release tag (#4988)
The release tag is now created alongside the GitHub release.
1 parent b74e771 commit 23bc04a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

buildspecs/release-to-github.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,5 @@ phases:
1818
- cd release
1919
-
2020
- git clone -o staging -b release $STAGING_REPOSITORY_URL .
21-
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
22-
-
2321
- git remote add --fetch public $PUBLIC_REPOSITORY_URL
24-
- |
25-
if [ `git ls-remote --tags public | grep refs/tags/$RELEASE_VERSION | wc -l` -ge "1" ]; then
26-
git push public :refs/tags/$RELEASE_VERSION
27-
git tag --delete $RELEASE_VERSION
28-
fi
29-
- git tag -a $RELEASE_VERSION -m "AWS SDK for Java v2 ($RELEASE_VERSION)"
30-
-
3122
- git push public HEAD:release
32-
- git push public $RELEASE_VERSION

0 commit comments

Comments
 (0)