We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a follow-up of #197, MONAI should provide structured changelogs.
A good practice for this (see e.g. NiftyNet), is to follow the keep a changelog recomendations.
A tool such as release-drafter or chandler can then be use to automate syncing information between the change log file and the GitHub release notes.
NiftyNet used chandler for this but chandler is no longer actively maintained and recomend to switch to release-drafter: https://github.com/NifTK/NiftyNet/blob/dev/CONTRIBUTING.md#making-a-release https://github.com/NifTK/NiftyNet/blob/dev/.gitlab-ci.yml
The text was updated successfully, but these errors were encountered:
For the record, there is also a tool called gren : https://github.com/github-tools/github-release-notes
gren
gren also allows the automated creation of a CHANGELOG.md file from the release notes which apparently is not the case for release-drafter.
Sorry, something went wrong.
Github is providing some features for this https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
closing because of inactivity
Successfully merging a pull request may close this issue.
As a follow-up of #197, MONAI should provide structured changelogs.
A good practice for this (see e.g. NiftyNet), is to follow the keep a changelog recomendations.
A tool such as release-drafter or chandler can then be use to automate syncing information between the change log file and the GitHub release notes.
NiftyNet used chandler for this but chandler is no longer actively maintained and recomend to switch to release-drafter:
https://github.com/NifTK/NiftyNet/blob/dev/CONTRIBUTING.md#making-a-release
https://github.com/NifTK/NiftyNet/blob/dev/.gitlab-ci.yml
The text was updated successfully, but these errors were encountered: