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

Manage changelog: read markdown files as well. #63

Merged
merged 3 commits into from
Dec 8, 2023

Conversation

mauritsvanrees
Copy link
Member

@mauritsvanrees mauritsvanrees commented Dec 7, 2023

Fixes issue #48.

Until now I had to many parse the changelog entries of, for example Products.CMFPlone and plone.app.caching, which is irritating.

Now when I call bin/manage changelog --start=6.0.7 --end=6.0.8 > release/changelog.txt on coredev 6.0, there are almost no differences, except for some expected ones.

I see a problem getting the changelog from plone.restapi, so it is useful to be able to restrict the command to this package.
Found the problem: the start version of plone.restapi is not included in its CHANGES.rst on the main branch.
Explained this corner case in the new help text.
@mister-roboto
Copy link

@mauritsvanrees thanks for creating this Pull Request and helping to improve Plone!

TL;DR: Finish pushing changes, pass all other checks, then paste a comment:

@jenkins-plone-org please run jobs

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.

Happy hacking!

Copy link
Member

@gforcada gforcada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! 👍🏾

@gforcada gforcada merged commit 518ab4e into master Dec 8, 2023
8 checks passed
@gforcada gforcada deleted the maurits-changelog-parse-markdown branch December 8, 2023 12:06
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.

3 participants