Skip to content

Commit

Permalink
doc: update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 22, 2023
1 parent 4e6a7bd commit 033625f
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# rcompendium 1.1.9999

* Update GitHub Actions templates (`yaml` files)
* Untrack (by git) `man/` folder and `NAMESPACE` for compendium
* Remove dependencies badge in README
* Change default values of `lifecycle` and `status` arguments in `new_package()`
* Change commit messages in `new_*()` functions (conventional commits)
* New feature: `add_github_actions_citation()` adds a new GitHub action to update
the `CITATION.cff` file
* Modify `add_citation()` to create two additional files: `CITATION.cff` and
`.github/workflows/update-citation-cff.yaml`
* Improve detection of dependencies in `get_deps_*()` functions
* New feature: `get_git_branch_name()` detects git branch name
* New feature: `add_contributing()` adds a `CONTRIBUTING.md` file and issue templates
* New feature: `add_code_of_conduct()` adds a `CODE_OF_CONDUCT.md` file
* **New features**

* `get_git_branch_name()` detects git branch name
* `add_contributing()` adds a `CONTRIBUTING.md` file and issue templates
* `add_code_of_conduct()` adds a `CODE_OF_CONDUCT.md` file
* `add_github_actions_citation()` adds a new GitHub action to update the
`CITATION.cff` file

* **Improvements**

* `get_deps_*()` better detects project dependencies
* `add_citation()` creates now two additional files: `CITATION.cff` and
`.github/workflows/update-citation-cff.yaml`

* **Minor changes**

* Update GitHub Actions templates (`yaml` files)
* The `man/` folder and `NAMESPACE` are now untracked by git (for compendium only)
* Remove dependencies badge in README
* Change default values of `lifecycle` and `status` arguments in `new_package()`
* Change commit messages in `new_*()` functions (conventional commits)


# rcompendium 1.1
Expand Down

0 comments on commit 033625f

Please sign in to comment.