Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Snapshot updates for rcc-smoke (null) #619

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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