Skip to content

Commit

Permalink
ci: deactivate semver checks until rustic-rs library is released
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 18, 2023
1 parent f3b0ac5 commit d33e576
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion src/commands/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d33e576

Please sign in to comment.