You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# usethis (development version)
2
2
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
4
12
5
13
`use_roxygen_md()` gains an `overwrite` argument (#1599).
6
14
@@ -10,10 +18,6 @@ GitHub-related functions error more clearly when the requested operation can't b
10
18
11
19
`use_code_of_conduct()` has been updated to version 2.1 of the Contributor Covenant (@batpigandme, #1591).
12
20
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
-
17
21
# usethis 2.1.5
18
22
19
23
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