From a80cacf3df13aa850bdcdd58d706187bec211d75 Mon Sep 17 00:00:00 2001 From: Adil Malik Date: Tue, 28 Feb 2023 17:40:26 -0700 Subject: [PATCH] chore: update docs --- docs/pages/docs/plugins/release-lifecycle-hooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/plugins/release-lifecycle-hooks.mdx b/docs/pages/docs/plugins/release-lifecycle-hooks.mdx index 652e7d1a2..3092bce30 100644 --- a/docs/pages/docs/plugins/release-lifecycle-hooks.mdx +++ b/docs/pages/docs/plugins/release-lifecycle-hooks.mdx @@ -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(