-
Notifications
You must be signed in to change notification settings - Fork 4
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
[DOC] Improve the release process #132
Conversation
tbouffard
commented
Oct 27, 2022
- Add the Discord announce and update the Twitter message
- Explicit setting the development version after release
- Reference issues to release process improvements
- Move maintainers information to a dedicated MAINTAINERS.md file. CONTRIBUTING.md is for contributors and is already long enough, so don't bother people with internal documentation.
- Add the Discord announce and update the Twitter message - Explicit setting the development version after release - Reference issues to release process improvements - Move maintainers information to a dedicated MAINTAINERS.md file. CONTRIBUTING.md is for contributors and is already long enough, so don't bother people with internal documentation.
@@ -126,89 +126,3 @@ ___ | |||
- Update the version of `bpmn-visualization` in [bpmnVisualization.yaml](inst/htmlwidgets/bpmnVisualization.yaml) | |||
___ | |||
|
|||
## Maintainers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be better to keep the title with the link of the new page, like it's done on bpmn-visu.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, if we do that, this will break the generated HTML site which includes the content of CONTRIBUTING.md. It will generate a link to MAINTAINERS.html which is not available.
Otherwise, we should have to include the MAINTAINERS.md in the site generation. If we decide to go on that way, this must be a task in #40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok to do that in another PR