Skip to content

Commit

Permalink
avoid conflicts on releases branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Apr 20, 2023
1 parent b252475 commit 100991f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/postversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fi
# Now update the releases branch and archive the new release
echo "archiving release from $SOURCE_BRANCH to $ARCHIVE_BRANCH"
git checkout $ARCHIVE_BRANCH
git pull # get latest to avoid conflicts!
git merge --no-edit -m "Merge version $PACKAGE_VERSION" $SOURCE_BRANCH

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

0 comments on commit 100991f

Please sign in to comment.