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

bumpversion: deprecate #183953

Merged
merged 1 commit into from
Sep 9, 2024
Merged
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
5 changes: 5 additions & 0 deletions Formula/b/bumpversion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ class Bumpversion < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "6eb5137f99b01f2ae14129dc2911e031c740c5efe6199b6e164e22d2909fee5e"
end

# Original and fork are both unmaintained:
# https://github.com/peritus/bumpversion/commit/cc3c8cfd77380ef50eeac740efe627509a248101
# https://github.com/c4urself/bump2version/commit/c3a1995b35335da6fa7932e4bac089992c947bba
deprecate! date: "2024-09-08", because: :unmaintained

depends_on "[email protected]"

def install
Expand Down
Loading