WordPress / openverse

Openverse is a search engine for openly-licensed media. This monorepo includes all application code.
https://openverse.org
MIT License
239 stars 190 forks source link

Add aspect emojis to release draft #217

Closed AetherUnbound closed 1 year ago

AetherUnbound commented 2 years ago

Description

Our release drafter currently groups changes by using certain labels:

https://github.com/WordPress/openverse-api/blob/6bcf2eed1eb91f50171bdd7ed3deee877405350c/.github/release_drafter.yml#L10-L19

It would be great to use the aspect emojis either as a prefix or suffix for each line. This would help us determine, within each subgroup, what aspect a change corresponds to. For instance, we could have a release with a ton of new features, but if they're aspect: dx-only features, there's no need for us to bump the minor version.

Alternatives

Additional context

Implementation

AetherUnbound commented 1 year ago

Our release strategy is different and I no longer believe this is useful.