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

Option --independent not available in any tagged releases #249

Open
jeremyweirich opened this issue Apr 28, 2022 · 2 comments
Open

Option --independent not available in any tagged releases #249

jeremyweirich opened this issue Apr 28, 2022 · 2 comments

Comments

@jeremyweirich
Copy link

Description

The --independent flag is in project documentation so I'd expect to be able to use it in a tagged release. However, the latest tagged release is older than the patch where support for --independent was added.

Reproduce

In .bumpversion.cfg:

[bumpversion]
current_version = 1.2

parse = (?P<major>\d+)\.(?<minor>\d+)
serialize = {major}.{minor}

[bumpversion:part:major]
independent = True

A command like bump2version --dry-run --list major will error out because the --independent flag is not supported by any tagged release.

Request

Would it be possible to:

  • cut a new release, with support for --independent
  • update the docs for --independent to indicate that the feature is not yet available
@andrivet
Copy link
Contributor

I am the one who has implemented this (#234) and I was ready to kill my own fork in favour of this project, but unfortunately, the projet looks like stuck (this is the reason why I made a fork some years ago). This is very unfortunate.

@ewjax
Copy link

ewjax commented Aug 25, 2022

Ugh. I have burned several hours trying to get the independent feature working, only to finally figure out that it's not really in the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants