Skip to content

Commit

Permalink
docs: Fix help for 'cargo release owner'
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 19, 2022
1 parent b211fa9 commit 2d8bb2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Steps:
hook Run pre-release hooks
commit Owner the specified packages
publish Publish the specified packages
owner Owner the specified packages
owner Ensure owners are set on specified packages
tag Tag the released commits
push Push tags/commits to remote
config Dump workspace configuration
Expand Down
4 changes: 1 addition & 3 deletions src/steps/owner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ use crate::error::CliError;
use crate::ops::git;
use crate::steps::plan;

/// Owner the specified packages
///
/// Will automatically skip published versions
/// Ensure owners are set on specified packages
#[derive(Debug, Clone, clap::Args)]
pub struct OwnerStep {
#[command(flatten)]
Expand Down

0 comments on commit 2d8bb2b

Please sign in to comment.