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

Fix changelog generation during the release process #387

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

mikealfare
Copy link
Contributor

Problem

The changelog generation process tries to delete a remote branch using git before the repo is checked out.

Solution

Checkout the repo so git knows where to delete the branch from.

@mikealfare mikealfare self-assigned this Dec 17, 2024
@mikealfare mikealfare requested a review from a team as a code owner December 17, 2024 23:43
@cla-bot cla-bot bot added the cla:yes The PR author has signed the CLA label Dec 17, 2024
@mikealfare mikealfare added the Skip Changelog Skip changelog verification in a PR label Dec 17, 2024
@colin-rogers-dbt colin-rogers-dbt merged commit 92f6f16 into main Dec 17, 2024
65 of 104 checks passed
@colin-rogers-dbt colin-rogers-dbt deleted the fix-changelog-generation-on-release branch December 17, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes The PR author has signed the CLA Skip Changelog Skip changelog verification in a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants