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 aviator-bot committed Aug 30, 2024
1 parent 80f2dac commit eeacc2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ fledge::finalize_version(push = TRUE)
##
## > Deleting existing tag v0.0.0.9001.
## > Creating tag v0.0.0.9001 with tag message derived from 'NEWS.md'.
## > Force-pushing tag v0.0.0.9001.
## > Pushing main.
## > Force-pushing tag v0.0.0.9001.
show_tags(remote_url)
## # A tibble: 1 x 2
## name ref
Expand Down Expand Up @@ -497,8 +497,8 @@ fledge::finalize_version(push = TRUE)
## -- Tagging Version --
##
## i Tag v0.0.0.9002 exists and points to the current commit.
## > Force-pushing tag v0.0.0.9002.
## > Pushing main.
## > Force-pushing tag v0.0.0.9002.
```

It seems we do not even need to amend the `NEWS.md` by hand this time as we made no typo!
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/finalize-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
> Deleting existing tag v0.0.0.9001.
> Creating tag v0.0.0.9001 with tag message derived from 'NEWS.md'.
> Force-pushing tag v0.0.0.9001.
> Pushing main.
> Force-pushing tag v0.0.0.9001.
Code
show_tags(remote_url)
Output
Expand Down

0 comments on commit eeacc2a

Please sign in to comment.