We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bd9ce commit 880ef58Copy full SHA for 880ef58
NEWS.md
@@ -1,8 +1,14 @@
1
# usethis (development version)
2
3
+Patch release to align some path handling internals with an update coming in the fs package.
4
+
5
+* `use_github_links()` is a bit more clever about remotes (e.g. `origin`
6
+ vs. `upstream`), which makes it easier to make a PR that adds GitHub links for
7
+ a package you've forked.
8
9
* `use_pkgdown()` now `.gitignore`s the destination directory and only adds the
- destination directory to the config file if it departs from the default,
- which is `docs/`.
10
+ destination directory to the config file if it departs from the default
11
+ (which is `docs/`).
12
13
* `use_tidy_ci()` is now deprecated in favour of `use_tidy_github_actions()`
14
(#1098).
0 commit comments