Skip to content

Commit 0f6f805

Browse files
committed
Polish NEWS
1 parent defa8aa commit 0f6f805

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

NEWS.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# usethis (development version)
22

3-
GitHub-related functions error more clearly when the requested operation can't be carried out in the "theirs" remote configuration (#1588).
3+
### GitHub-related
4+
5+
`use_github_action()` and friends gain a `ref` argument, which defaults to the tag of the latest release in <https://github.com/r-lib/actions> (#1541).
6+
7+
`use_github_actions_badge()` now uses the same URLs as GitHub does via the "Create status badge" helper in the browser (#1525). This changes the significance of the `name` argument; now it really must be the name of the workflow configuration file.
8+
9+
All functions error more clearly when the requested operation is not supported for the "theirs" remote configuration (#1588).
10+
11+
### Other changes
412

513
`use_roxygen_md()` gains an `overwrite` argument (#1599).
614

@@ -10,10 +18,6 @@ GitHub-related functions error more clearly when the requested operation can't b
1018

1119
`use_code_of_conduct()` has been updated to version 2.1 of the Contributor Covenant (@batpigandme, #1591).
1220

13-
`use_github_action()` and friends gain a `ref` argument, which defaults to the tag of the latest release in <https://github.com/r-lib/actions> (#1541).
14-
15-
`use_github_actions_badge()` now uses the same URLs as GitHub does via the "Create status badge" helper in the browser (#1525). This changes the significance of the `name` argument; now it really must be the name of the workflow configuration file.
16-
1721
# usethis 2.1.5
1822

1923
pkgdown-related functions no longer automatically strip a trailing slash from the pkgdown site URL, in order to play more nicely with CRAN's URL checks (#1526).

0 commit comments

Comments
 (0)