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 Feb 4, 2023
1 parent eac44f3 commit a058749
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions tests/testthat/_snaps/bump_version.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
# bump_version() works -- dev

Code
bump_version()
Message
> Digesting messages from 3 commits.
v Found 1 NEWS-worthy entry.
-- Updating NEWS --
> Adding new entries to 'NEWS.md'.
-- Updating Version --
v Package version bumped to 0.0.0.9001.
> Added header to 'NEWS.md'.
> Committing changes.
-- Tagging Version --
> Creating tag v0.0.0.9001 with tag message derived from 'NEWS.md'.
! Call `fledge::finalize_version(push = TRUE)`.

---

x No change since last version.
i Use `no_change_behavior = "bump"` to force a version bump, or
`no_change_behavior = "noop"` to do nothing.
Expand All @@ -34,29 +11,6 @@
Message
i No change since last version.

---

Code
bump_version(no_change_behavior = "bump")
Message
> Digesting messages from 1 commits.
i Same as previous version.
-- Updating NEWS --
> Adding new entries to 'NEWS.md'.
-- Updating Version --
v Package version bumped to 0.0.0.9002.
> Added header to 'NEWS.md'.
> Committing changes.
-- Tagging Version --
> Creating tag v0.0.0.9002 with tag message derived from 'NEWS.md'.
! Call `fledge::finalize_version(push = TRUE)`.

# bump_version() works -- not dev

Code
Expand Down

0 comments on commit a058749

Please sign in to comment.