We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b252475 commit 100991fCopy full SHA for 100991f
scripts/postversion.sh
@@ -18,6 +18,7 @@ fi
18
# Now update the releases branch and archive the new release
19
echo "archiving release from $SOURCE_BRANCH to $ARCHIVE_BRANCH"
20
git checkout $ARCHIVE_BRANCH
21
+git pull # get latest to avoid conflicts!
22
git merge --no-edit -m "Merge version $PACKAGE_VERSION" $SOURCE_BRANCH
23
24
./scripts/copy-documentation-for-new-release.sh $PACKAGE_VERSION
0 commit comments