mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-12037 git-tag stage (#8124)
* tag release from master branch * dry run message Co-authored-by: alfresco-build <build@alfresco.com>
This commit is contained in:
@@ -13,4 +13,10 @@ git tag -a ${VERSION} -m "${VERSION} [ci skip] "
|
||||
git remote rm origin
|
||||
GITHUB_REPO=https://$GITHUB_TOKEN:x-oauth-basic@github.com/Alfresco/alfresco-ng2-components.git
|
||||
git remote add origin $GITHUB_REPO
|
||||
git push origin --tags
|
||||
|
||||
if [[ "$1" == "--dryrun" ]]; then
|
||||
echo "dry run: Pushing new tag ${VERSION}!"
|
||||
else
|
||||
echo "Pushing new tag ${VERSION}!"
|
||||
git push origin --tags
|
||||
fi;
|
||||
|
Reference in New Issue
Block a user