Skip to content

Commit 100991f

Browse files
committed
avoid conflicts on releases branch
1 parent b252475 commit 100991f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/postversion.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ fi
1818
# Now update the releases branch and archive the new release
1919
echo "archiving release from $SOURCE_BRANCH to $ARCHIVE_BRANCH"
2020
git checkout $ARCHIVE_BRANCH
21+
git pull # get latest to avoid conflicts!
2122
git merge --no-edit -m "Merge version $PACKAGE_VERSION" $SOURCE_BRANCH
2223

2324
./scripts/copy-documentation-for-new-release.sh $PACKAGE_VERSION

0 commit comments

Comments
 (0)