-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(publish): Ability to merge to non-default (#245)
This fixes #239 and fixes #115. This fix requires us to switch from a purely GitHub API driven publish flow to a purely local Git driven publish flow as it is not possible to compute the nearest merge base via any GitHub API. We rely on `git log` and some parsing to be able to determine this. The patch also effectively reverts #220 as there is now no need for that (we are operating on the repo directly). Test run: https://github.com/getsentry/release-tester/commits/releases/0.4.x Also see no merges to main: https://github.com/getsentry/release-tester/commits/main Depends on getsentry/publish#334 TODO: re-read config once we switch branches.
- Loading branch information
Showing
12 changed files
with
178 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.