Skip to content

Commit

Permalink
fix(commands): rename run to roll version/publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jan 30, 2022
1 parent 75d3dcf commit 43e18e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export interface BaseChangelogOptions {
}

export interface CommandOptions {
runPublish?: boolean;
runVersion?: boolean;
rollPublish?: boolean;
rollVersion?: boolean;
}

/** Provided to any execa-based call */
Expand Down

0 comments on commit 43e18e0

Please sign in to comment.