-
Notifications
You must be signed in to change notification settings - Fork 11
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
pre_release(): combine all NEWS items from previous development releases #97
Comments
Seems related to #147, and useful |
If conventional commits (#145) are used, we would also distribute the NEWS items under second-level headings. |
and order them |
Also
|
For this and conventional commit parsing, should fledge take a dependency on https://github.com/ropensci/tinkr/? 😇 With tinkr one can do Markdown to XML, XML wrangling (with xml2), XML back to Markdown. |
(tinkr should get on CRAN soon-ish ropensci/tinkr#43 (comment)) |
another thing that's needed is parsing of the version headers.
|
Should this discussion and decision be part of #331, turning that issue into a blocker here? |
This and many many other issues will be much easier with #331. |
soon-ish is now :) |
combining would "easily" work with #588, I tried the code below on fledge itself. fledgling <- read_fledgling()
regroup_news(
unlist(
fledgling$news[1:(nrow(fledgling$news) - 1),]$news,
recursive = FALSE
)
) |
Special care will be needed for "Internal changes only" (to be removed if there are other items!) |
I think this combining should happen in |
should this go in milestone 1.0.1, as a low-hanging fruit ? |
Is it low-hanging now? I haven't reviewed the milestones in a while. |
it will be once #588 is merged, at least I think so. |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
automatically, keep a
# 1.6.0.9999
header to ensure that it is still edited.The text was updated successfully, but these errors were encountered: