Created
October 16, 2023 04:28
-
-
Save sharunkumar/4f372889fd0feec01a96fa1f13b4708f to your computer and use it in GitHub Desktop.
Merge the latest tag from upstream
This file contains hidden or 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
merge-release() { | |
git pull --all | |
TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) | |
git merge $TAG -m "Merge Release $TAG" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment