Skip to content

Commit

Permalink
docs: update 'pulic_api' doc
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jan 22, 2023
1 parent fb05641 commit c9d5cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub struct MonoRepoPackage {
/// Where to write the changelog
pub changelog_path: Option<String>,
/// Bumping package marked as public api will increment
/// the global monorepo version
/// the global monorepo version when using `cog bump --auto`
pub public_api: bool,
/// Overrides `pre_package_bump_hooks`
pub pre_bump_hooks: Option<Vec<String>>,
Expand Down

0 comments on commit c9d5cbf

Please sign in to comment.