bin/make-snapshot: Do not merge latest stable

It's not required, since git describe is not used
for snapshot package versioning anymore.
This commit is contained in:
Johannes Meyer 2025-03-07 11:44:40 +01:00
parent e509effd2f
commit 6ba9c56b2c
1 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,4 @@ if [[ -n $(git branch | grep $BRANCH) ]]; then
fi
git checkout -b $BRANCH
git merge --no-ff -m "Merge latest tag, to make it reachable for git-describe" $LATEST_TAG
git commit -a -m "Require dev-master everywhere"
bin/make-release.sh "$NEXT_VERSION-dev" --no-checkout