Recent Releases of autonewsmd
autonewsmd - v0.0.4
- support for breaking changes
- bug fixes
Full set of changes:
v0.0.3...v0.0.4
- R
Published by kapsner over 3 years ago
autonewsmd - v0.0.3
- hot-fix to resolve CRAN errors
- now copying news-md-template.Rmd to tempdir() before calling rmarkdown::render in order to address these issues and clean up tempdir() after rendering changelog file
- vignette now static (eval=FALSE) to also address these errors on some systems
- R
Published by kapsner almost 4 years ago
autonewsmd - v0.0.2
- hot-fix to resolve CRAN errors
- introduction of interactive question before (over-) writing the changelog file
- better unit test coverage
- R
Published by kapsner almost 4 years ago
autonewsmd - First CRAN release v0.0.1
- released on CRAN: https://cran.r-project.org/web/packages/autonewsmd/index.html
autonewsmdautomatically generated a changelog file (NEWS.md / CHANGELOG.md) from the git history when using conventional commit messages- currently available customization options include the definition of the file name, the file ending, the package name (which is included in the title of the changelog file), and the setting of a path that points to the git repository for which the changelog should be created
- R
Published by kapsner almost 4 years ago