We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
update-version
I've tried to use update-version, but noticed 2 issues:
%autorelease
0%{?dist}
rust-rustls-native-certs
$ fbrnch update-version 0.8.0 0.7.1 -> 0.8.0 usage: fedpkg new-sources [-h] [--offline] files [files ...] fedpkg new-sources: error: the following arguments are required: files fbrnch: fedpkg new-sources failed with exit code 2
The text was updated successfully, but these errors were encountered:
Thanks for reporting this.
I should probably use it more: I mostly use update-sources tbh.
* `%autorelease` is changed to `0%{?dist}`
Might be fixed in the coming release already - needs testing.
* the command fails, e.g. I've tried it on `rust-rustls-native-certs`: ``` $ fbrnch update-version 0.8.0 0.7.1 -> 0.8.0 usage: fedpkg new-sources [-h] [--offline] files [files ...] fedpkg new-sources: error: the following arguments are required: files fbrnch: fedpkg new-sources failed with exit code 2 ```
Hmm that's not good.
Sorry, something went wrong.
No branches or pull requests
I've tried to use
update-version
, but noticed 2 issues:%autorelease
is changed to0%{?dist}
rust-rustls-native-certs
:The text was updated successfully, but these errors were encountered: