Feature (workflow) request: conflict-free way of creating NEWS.md
#34,332 opened on Jan 10, 2020
Repository metrics
- Stars
- (48,709 stars)
- PR merge metrics
- (Avg merge 20d 6h) (157 merged PRs in 30d)
Description
As an occasional contributor, I find resolving conflict in NEWS.md rather cumbersome, especially when it is the only conflict that is blocking review/merge. For large projects, I think it's common to create a news file in a conflict-free manner. Can you implement such a work flow in Julia?
Here's a few examples that I know:
-
Generate a single news file from "news fragments":
-
CPython: Use CLI
blurbto generate a news file from files inMisc/NEWS.d/. -
IPython: Use a custom script to merge news files: https://github.com/ipython/ipython/tree/master/docs/source/whatsnew/pr
-
-
Generate a news file using GitHub API:
- Numpy uses a script to generate a changelog file using GitHub API. This approach presumably depends on the rule for writing the commit message (using prefixes like
ENHandBUG).
- Numpy uses a script to generate a changelog file using GitHub API. This approach presumably depends on the rule for writing the commit message (using prefixes like