-
-
Notifications
You must be signed in to change notification settings - Fork 82
CHANGELOG.rst: Fix misleading 1.6.0 entry and missing 1.7.0 entries #159
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
Conversation
|
PS: @ssbarnea I lack permissions to set labels as requested by CI https://github.com/pycontribs/ansi2html/runs/5015881284?check_suite_focus=true#step:4:13 it seems. Can you help? |
|
In fact last two releases were not included in CHANGELOG.md file. I fixed the python version on https://github.com/pycontribs/ansi2html/releases already but it would be useful if you could just mention that changelog is now available at https://github.com/pycontribs/ansi2html/releases |
|
If you still think that the file is very useful, just add the last two missing releases from the releases page (body is already markdown) and them here. It is up to you. I am inclined to minimize the churn on new releases, and because the github releases are automatically generated on each merge, i prefer to avoid having to remember to update one extra document. Still, I am also aware that some people consider these files essential. |
|
@ssbarnea I understand that having GitHub generate them is convenient. Right now my vote would be to copy from the into the file, and to keep the file around. |
Just do it. Use edit to get markdown source for the two missing releases and repurpose this PR. |
|
@ssbarnea I had look at the change log generator now. It seems it produces markdown (while we have .rst) and there is no classification into buckets like "bugfixes" and "minor changes". So to me it looks like the auto generator is helpful but maybe best serves to feed a human post-processor rather than the eventual reading user. |
|
Ahh, in that case it would be easier to convert rst to markdown, or just do the conversion manually for now. During the last year I slowly started to migrate projects to markdown as it become ubiquitous and it makes much easier for others to contribute. Also Sphinx got good support for it too. |
Original source is https://github.com/pycontribs/ansi2html/releases/tag/1.7.0 Additional processing done: - Basic RST syntax - PR number linkification
|
@ssbarnea I have added the 1.7.0 entries now for review. |
@ssbarnea good to merge?