Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adil Malik committed Mar 1, 2023
1 parent 583d065 commit a80cacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/plugins/release-lifecycle-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ _Other examples:_

Ran before the package has been versioned. Useful for iterating through the list of
commits that are going to be included in the current release, and applying/overriding
the version bump (major/minor/patch) labels applied to their corresponding PRs.
the version bump (major/minor/patch) labels applied to the PRs corresponding to those commits.

```ts
auto.hooks.beforeVersion.tapPromise(
Expand Down

0 comments on commit a80cacf

Please sign in to comment.