Skip to content

Commit

Permalink
Update cut_major_branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Oct 3, 2023
1 parent 3e090ab commit 40c2641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cut_major_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
git add package.json
git commit -m "Bump versions on master for release-branch"
git push origin "${pr_branch_name}"
pr_url=$(gh pr create -B "${MAIN_BRANCH}" -H "${pr_branch_name}" --title "[github-action] Bump version to ${NEXT}" --body "This automatic pull request bumps version of ${MAIN_BRANCH} branch for java to ${NEXT_JAVA_VERSION} and for package.json")
pr_url=$(gh pr create -B "${MAIN_BRANCH}" -H "${pr_branch_name}" --title "[github-action] Bump version for next release" --body "This automatic pull request bumps version of ${MAIN_BRANCH} branch for java packages and for package.json after creating the $release-branc")
sleep 10
#gh pr merge "$pr_url" ${PR_OPTIONS}

0 comments on commit 40c2641

Please sign in to comment.