mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
ci: deactivate semver checks until rustic-rs library is released
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
f3b0ac58a8
commit
d33e576fd8
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: ${{ inputs.version }}
|
||||
crate-name: ${{ inputs.crate }}
|
||||
check-semver: true
|
||||
check-semver: false # FIXME: Set back to true and check rustic-rs library API
|
||||
|
||||
@ -9,7 +9,6 @@ use self_update::cargo_crate_version;
|
||||
use semver::Version;
|
||||
|
||||
/// `self-update` subcommand
|
||||
|
||||
#[derive(clap::Parser, Command, Debug)]
|
||||
pub(crate) struct SelfUpdateCmd {
|
||||
/// Do not ask before processing the self-update
|
||||
|
||||
Loading…
Reference in New Issue
Block a user