Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored and github-actions[bot] committed Nov 22, 2024
1 parent dd2dd79 commit fb0df7e
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions tests/testthat/_snaps/demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,14 @@ cat(news, sep = "\n")
##
## # tea 0.0.0.9001
##
## ##
##
## NA
##
## ## Uncategorized
##
## - Add tests for cup of tea.
## - New cup_of_tea() function makes it easy to drink a cup of tee.
## - Added a `NEWS.md` file to track changes to the package.
```

While reviewing we notice that there was a typo in one of the comments (congrats if you noticed right away that we typed "tee" instead of "tea"!).
Expand All @@ -333,9 +338,14 @@ cat(news, sep = "\n")
##
## # tea 0.0.0.9001
##
## ##
##
## NA
##
## ## Uncategorized
##
## - Add tests for cup of tea.
## - New cup_of_tea() function makes it easy to drink a cup of tea.
## - Added a `NEWS.md` file to track changes to the package.
writeLines(news, "NEWS.md")
```

Expand Down Expand Up @@ -385,9 +395,14 @@ cat(news, sep = "\n")
##
## # tea 0.0.0.9001
##
## ##
##
## NA
##
## ## Uncategorized
##
## - Add tests for cup of tea.
## - New cup_of_tea() function makes it easy to drink a cup of tea.
## - Added a `NEWS.md` file to track changes to the package.
```

The version of the package is 0.0.0.9001.
Expand Down Expand Up @@ -487,9 +502,14 @@ writeLines(news)
##
## # tea 0.0.0.9001
##
## ##
##
## NA
##
## ## Uncategorized
##
## - Add tests for cup of tea.
## - New cup_of_tea() function makes it easy to drink a cup of tea.
## - Added a `NEWS.md` file to track changes to the package.
fledge::finalize_version(push = TRUE)
## > Resetting to previous commit.
## > Committing changes.
Expand Down Expand Up @@ -561,9 +581,14 @@ cat(news, sep = "\n")
##
## # tea 0.0.0.9001
##
## ##
##
## NA
##
## ## Uncategorized
##
## - Add tests for cup of tea.
## - New cup_of_tea() function makes it easy to drink a cup of tea.
## - Added a `NEWS.md` file to track changes to the package.
```

Some of the intermediate commit messages are not relevant in the release notes for this release.
Expand Down

0 comments on commit fb0df7e

Please sign in to comment.