-
Notifications
You must be signed in to change notification settings - Fork 797
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
Non-json files support for version bump #313
Comments
Hey – thanks for the suggestion, I agree that this is something that would be useful! I'm going to link this ticket to #271 as it seems like the implementation should be able to resolve both issues. At the moment the Thanks again! |
Another approach, maybe add a |
With #372 merged, this issue should be solved/closed, isn'it ? |
Yeap. |
Hey – while the work here has been completed, keep in mind this has not landed in a published release just yet! |
Hi, thanks for this awesome tool!
I am using this project with great success with
node
eco-system.But, I also use other languages as well. And these languages have different meta-files format.
For example,
elixir
usesmix.exs
, docs: https://hexdocs.pm/mix/Mix.htmlpython
usessetup.py
, docs: https://docs.python.org/3/distutils/setupscript.htmlpython
+poetry
usepyproject.toml
, docs: https://github.com/sdispater/poetrypython
+pipenv
usePipfile
, docs: https://github.com/pypa/pipfileAnd not to mention
cargo.toml
forrust
,haskell
,nix
, etc.It is clear that it is impossible to know about all these formats in advance.
So, I suggest to add some kind of
regex
orsed
provider to change version inside these files. What do you think?Thanks!
The text was updated successfully, but these errors were encountered: