Skip to content

Commit d6cbab6

Browse files
aviator-app[bot]aviator-bot
authored and
aviator-bot
committed
[create-pull-request] automated change
1 parent 35dda06 commit d6cbab6

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

tests/testthat/_snaps/update-news.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@
1717
1818
$news
1919
# A tibble: 1 x 10
20-
start end h2 raw news
21-
<int> <int> <lgl> <chr> <list>
22-
1 3 6 FALSE "# tea 0.0.1 (2023-01-23)\n\n- One.\n" <named list [1]>
23-
section_state title version date nickname
24-
<chr> <chr> <chr> <chr> <chr>
25-
1 keep tea 0.0.1 (2023-01-23) 0.0.1 (2023-01-23) <NA>
20+
start end h2
21+
<int> <int> <lgl>
22+
1 3 6 FALSE
23+
raw
24+
<chr>
25+
1 "# tea 0.0.1 (2023-01-23)\n\n- Added a `NEWS.md` file to track changes to the~
26+
news section_state title version date nickname
27+
<list> <chr> <chr> <chr> <chr> <chr>
28+
1 <named list [1]> keep tea 0.0.1 (2023-01-23) 0.0.1 (2023-~ <NA>
2629
2730
$preamble_in_file
2831
[1] TRUE

tests/testthat/_snaps/update-news/newchangelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# tea 0.0.0.9001 (2023-03-20)
44

5-
- One.
5+
- Added a `NEWS.md` file to track changes to the package.
66

tests/testthat/_snaps/update-news/samedev-updated.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
# fledge (development version)
44

5-
- One.
5+
## Bug fixes
6+
7+
- Horrible bug.
8+
9+
## Features
10+
11+
- Neat helper.
12+
- New stuff.
613

714

815
# fledge 0.1.0

tests/testthat/_snaps/update-news/samedev.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# fledge (development version)
44

5-
- One.
5+
## Features
6+
7+
- New stuff.
68

79

810
# fledge 0.1.0

0 commit comments

Comments
 (0)