diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 41b16e065..91656e647 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -12,18 +12,18 @@ Issues of the milestone corresponding to this version should be done before reso ## ✅ Checklist -- [ ] Set Gradle project's version to this new one. -- [ ] Update versioning annotations of unreleased declarations. -- [ ] Check the copyright notice in the [license] documentation. -- [ ] Deliver packages to the Maven central by running the [delivery workflow]. -- [ ] Close valid packages and drop invalid ones on the Maven central. -- [ ] Release packages on the Maven central. -- [ ] Run the `./gradlew :publishApiReference` command for publishing the new API reference. -- [ ] Move the unreleased changelog to a GitHub release draft. -- [ ] Run the `./gradlew :tag` command for creating a Git annotated tag for this version. -- [ ] Publish the GitHub release on the annotated tag. -- [ ] Set Gradle project's version to the next snapshot. -- [ ] Prepare announces for this release on [Reddit], [Slack] and on [Twitter]. +- [ ] 🔖 Set Gradle project's version to this new one. +- [ ] 📝 Update versioning annotations of unreleased declarations. +- [ ] 📝 Check the copyright notice in the [license] documentation. +- [ ] 🚀 Deliver packages to the Maven central by running the [delivery workflow]. +- [ ] 🚀 Close valid packages and drop invalid ones on the Maven central. +- [ ] 🚀 Release packages on the Maven central. +- [ ] 🚀 Run the `./gradlew :publishApiReference` command for publishing the new API reference. +- [ ] 📝 Move the unreleased changelog to a GitHub release draft. +- [ ] 🔖 Run the `./gradlew :tag` command for creating a Git annotated tag for this version. +- [ ] 🔖 Publish the GitHub release on the annotated tag. +- [ ] 🔖 Set Gradle project's version to the next snapshot. +- [ ] 📝 Prepare announces for this release on [Reddit], [Slack] and on [Twitter]. [delivery workflow]: https://github.com/kotools/types/actions/workflows/delivery.yml [license]: https://github.com/kotools/types/blob/main/LICENSE.txt