Replies: 1 comment 5 replies
-
Hey, @jbcpollak. If I understand the issue correctly, required PRs imply that the release commit that this tool creates won't get accepted in GitHub because of that requirement (GH will fail saying "need to create a pull request"). If that's the case, then you typically circumvent this by:
I don't remember but the first step may not even be needed. You may test that and let me know. Releasing from local would follow the same procedure. You need to keep that personal access token in an |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a project with
Require a pull request before merging
enabled on main.I would like to setup a process where a set of PRs are merged to main, then at some point we decide to make a release and either manually, or (ideally) automatically, we trigger a GitHub Action to run
release publish
.How do we get past the "require pr" block? If I run it locally, I don't want to make a PR for the release, and I don't think you can make empty PRs.
Beta Was this translation helpful? Give feedback.
All reactions