Skip to content

Commit

Permalink
πŸ“ Associate Gitmojis to each task in release's issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Apr 26, 2024
1 parent a18cef7 commit 106ded7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 106ded7

Please sign in to comment.