From c661b07c8f9a4e108ee3cc634f689a7cae4719ef Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Fri, 16 Aug 2024 14:46:40 +0100 Subject: [PATCH 1/2] recommend changeset "tag" in PR instructions --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2bdb091be..e03448243 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,7 +26,7 @@ Delete this section if this is not a release PR. If this IS a release branch: -- [ ] Run `pnpm changeset` from root to bump versions +- [ ] Run `pnpm changeset tag` from root to bump versions - [ ] Run `pnpm install` - [ ] Commit the new version numbers - [ ] Run `pnpm changeset tag` to generate tags From 8cecdff0b55ea5cb3833eca304a11284ed08dc85 Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Fri, 16 Aug 2024 14:47:27 +0100 Subject: [PATCH 2/2] red! no! no! blue! --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e03448243..0573b5fbc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,7 +26,7 @@ Delete this section if this is not a release PR. If this IS a release branch: -- [ ] Run `pnpm changeset tag` from root to bump versions +- [ ] Run `pnpm changeset version` from root to bump versions - [ ] Run `pnpm install` - [ ] Commit the new version numbers - [ ] Run `pnpm changeset tag` to generate tags