Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify the release process to avoid branch protection errors #81

Open
NickLarsenNZ opened this issue Jul 23, 2024 · 0 comments
Open

Modify the release process to avoid branch protection errors #81

NickLarsenNZ opened this issue Jul 23, 2024 · 0 comments

Comments

@NickLarsenNZ
Copy link
Member

When running the release-tag task, we encounter an error:

./release/create-release-tag.sh -t 24.7.0 -w products -p
remote: error: GH006: Protected branch update failed for refs/heads/release-24.7.
remote: error: Changes must be made through a pull request.

We propose updating the process to:

  • raise Pull Requests for (changelog update) commit to the release branch.
  • tag the merge commit after the PR is merged
    • This could be a github action, so that it is automatic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant