Skip to content

Add workflow to update release notes automatically #992

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

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

kumaranvpl
Copy link
Collaborator

@kumaranvpl kumaranvpl commented Nov 27, 2023

Description

For new tag, this workflow automatically gets triggered, runs the update_releases.py and commits the changes straight to main.

My initial idea was to create a new branch, add changes to that commit and create a new pull request. Similar to what dependabot does right now. I wrote an initial version at my fork here. But for some reason I couldn't get it to work. It creates a new branch but that branch does not has the updated release notes.

After trying to fix it for some time, I gave up and reverted to just pushing the changes to main itself.

Fixes #990

@kumaranvpl kumaranvpl linked an issue Nov 27, 2023 that may be closed by this pull request
@davorrunje davorrunje added this pull request to the merge queue Nov 28, 2023
Merged via the queue into main with commit c587ed5 Nov 28, 2023
@davorrunje davorrunje deleted the 990-docs-publish-release-notes-from-ci branch November 28, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: publish release notes from CI
3 participants