From 1e0e1f91a2944e174a6b24d2b6dc2a726a856d8c Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 16 Oct 2024 15:04:08 -0500 Subject: [PATCH] chore: update github issue_template release --- .github/ISSUE_TEMPLATE/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index ee56b2e3..a080178f 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -89,7 +89,7 @@ git push upstream v0.6.0 28. - [ ] Aggregate all the changelog notices from the PRs and add them to the changelog file 29. - [ ] Bump the versions on master from `0.9.0-SNAPSHOT` to `0.10.0-SNAPSHOT`, `0.6.0.dev0` to `0.7.0.dev0` 30. - [ ] Apply changes to the minor_release and patch_release issue templates if they need any -31. - [ ] Open a PR on master with the changes in steps 29, 30, and 31. See [example PR here](https://github.com/bitcoindevkit/bdk-ffi/pull/317). Get a review and merge the PR. +31. - [ ] Open a PR on master with the changes in steps 28, 29, 30, and 31. See [example PR here](https://github.com/bitcoindevkit/bdk-ffi/pull/317). Get a review and merge the PR. 32. - [ ] Make release on GitHub (set as pre-release and generate auto release notes between the previous tag and the new one) 33. - [ ] Post in the announcement channel 34. - [ ] Tweet about the library