Closed jugmac00 closed 4 years ago
@jugmac00 thanks for creating this Pull Request and help improve Plone!
To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.
Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:
@jenkins-plone-org please run jobs
With this simple comment all the jobs will be started automatically.
Happy hacking!
@jenkins-plone-org please run jobs
Tnx for the PR! I ignore the failing test. It's not related to this PR.
Oh, now I did miss something. The news entry's number should 1) reference an issue number, if one exists 2) or reference the PR number. In that case I create a xxxx.bugfix, xxxx.breaking or xxxx.feature file, as defined here: https://github.com/plone/plone.releaser/blob/master/pyproject.toml . Then I create the PR and update the news entry with the PR number.
That should be documented, but isn't. I added an Issue at: https://github.com/plone/documentation/issues/1112
Fixed.
Sorry. I am not familiar with towncrier but as there is a check for a news fragment I kinda figured out what to do by looking at an older pull request. But as you noticed, I both messed up the number and the type. No clue where I looked for the number, but the type I got from the official towncrier documentation ( https://pypi.org/project/towncrier/ ). But obviously you do not support all types.
Thanks for cleaning up!