mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
build: add steps to sync and push release branch
This commit is contained in:
parent
b79bfb0472
commit
23d3ab04a9
1 changed files with 7 additions and 0 deletions
7
tag.sh
7
tag.sh
|
@ -20,4 +20,11 @@ git -c color.ui=always tag "$TAG"
|
|||
git -c color.ui=always tag latest -f
|
||||
git -c color.ui=always push --tags -f
|
||||
|
||||
# Update and push the release branch so that documentation is updated
|
||||
echo "Update the release branch"
|
||||
git -c color.ui=always checkout release
|
||||
git -c color.ui=always pull
|
||||
git -c color.ui=always merge master
|
||||
git -c color.ui=always push
|
||||
|
||||
echo "${TAG} tagged. Now go to https://github.com/koel/koel/releases and finish the draft release."
|
||||
|
|
Loading…
Reference in a new issue