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

Improve heuristic for extracting release description out of the changelog file #10

Open
galargh opened this issue Jun 30, 2023 · 0 comments
Labels
P3 Low: Not priority right now

Comments

@galargh
Copy link
Contributor

galargh commented Jun 30, 2023

The release created by publish-to-github had the changelog for 0.19, so I had to update it manually to have the changelog of 0.19.2.

The heuristic we use to extract correct text from the changelog MD is to find - [Overview] and copy stuff until the next - [Overview]. Looks like we don't have TOCs for 0.19.1 nor 0.19.2 - that's why it didn't work. I'm sure we can come up with a better heuristic here.

@galargh galargh mentioned this issue Jun 30, 2023
10 tasks
@hacdias hacdias added the P3 Low: Not priority right now label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Low: Not priority right now
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants