Skip to content

Commit

Permalink
πŸ‘·πŸ»β€β™€οΈ Push tap branch and add details to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Jul 31, 2024
1 parent 20f2d3f commit 94258ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
RELEASE_BRANCH: ${{ needs.start.outputs.release_branch }}
run: |
gh pr create \
--assignee phatblat \
--base main \
--draft \
--head "${RELEASE_BRANCH}" \
--title "πŸ”– Version ${MAS_VERSION}" \
--body "This PR contains the changes from releasing version [${MAS_VERSION}](https://github.com/mas-cli/mas/releases/tag/${MAS_VERSION})."
Expand Down
15 changes: 6 additions & 9 deletions script/brew_tap_update
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ fi

echo "REVISION: ${REVISION}"

################################################################################
#
# Update Version
#

branch_name="releases/release-${MAS_VERSION}"
$echo git switch "${branch_name}"

################################################################################
#
# Create branch on mas-cli/homebrew-tap
Expand All @@ -97,6 +89,8 @@ $echo git add \

$echo git commit --message="πŸ”– Version ${MAS_VERSION}"

$echo git push --set-upstream origin "${branch_name}"

popd

# Build in mas project
Expand All @@ -113,6 +107,9 @@ $echo gh pr create \
--assignee phatblat \
--base main \
--draft \
--fill
--head "${branch_name}" \
--title "πŸ”– Version ${MAS_VERSION}" \
--body "This PR contains the changes from releasing version [${MAS_VERSION}](https://github.com/mas-cli/mas/releases/tag/${MAS_VERSION})."


popd

0 comments on commit 94258ea

Please sign in to comment.