From 8b84d27b236b7f34060e8ef1e68e00993096637a Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Tue, 12 Mar 2024 19:08:51 +0000 Subject: [PATCH] BUG - Fix release template links (#380) * :bug: Fix release template links * Update .github/ISSUE_TEMPLATE/release.md Co-authored-by: gabalafou --------- Co-authored-by: gabalafou --- .github/ISSUE_TEMPLATE/release.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 611bae35..661882b3 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -18,7 +18,7 @@ Release captain responsible - <@gh_username> ### 1. Pre-flight checks -- [ ] Ensure there are no [open issues with a `block-release ⛔️` label](https://github.com/conda-incubator/conda-store/issues?q=is%3Aopen+label%3A%22block-release+%E2%9B%94%EF%B8%8F%22+sort%3Aupdated-desc) +- [ ] Ensure there are no [open issues with a `block-release ⛔️` label](https://github.com/conda-incubator/conda-store-ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22block-release+%E2%9B%94%EF%B8%8F%22) ### 2. Prepare the codebase for a new release @@ -32,13 +32,13 @@ Release captain responsible - <@gh_username> ### 3. Make the release -- [ ] [Start a new GitHub release](https://github.com/conda-incubator/conda-store/releases/new) +- [ ] [Start a new GitHub release](https://github.com/conda-incubator/conda-store-ui/releases/new) - Call the release the current version, e.g. `2023.9.1` - In the **`Choose a Tag:`** dropdown, type in the release name (e.g., `2023.9.1`) and click "Create new tag" - In the **`Target:`** dropdown, pin it to the release commit you've recently pushed. - - Add release notes in the field below[^github-activity]. + - Add release notes in the field below [^github-activity]. - [ ] Confirm that the release completed - - [The `release` GitHub action job](https://github.com/conda-incubator/conda-store-ui/blob/main/.github/workflows/release.yaml) has completed successfully in the [actions tab](https://github.com/conda-incubator/conda-store-ui/actions). + - [The `release` GitHub action job](https://github.com/conda-incubator/conda-store-ui/blob/main/.github/workflows/release.yml) has been completed successfully in the [actions tab](https://github.com/conda-incubator/conda-store-ui/actions). - [ ] Celebrate, you're done! 🎉 [^github-activity]: If you wish, use [`github-activity` to generate a changelog](https://github.com/choldgraf/github-activity), e.g. `github-activity conda-incubator/conda-store --since 2023.9.1 --until 2023.10.1`.