itsjustkevin / aviary

CLI for release management
5 stars 1 forks source link

[Feature] Add ability to generate labels for issues. #1

Closed itsjustkevin closed 3 months ago

itsjustkevin commented 3 months ago

When the list of issues is generated, users would like the ability to optionally add a label that correlates to the feature.

The label should look like feature-$feature-name

The label addition should be turned on by default, with an option to disable it by passing a flag eg. --no-label.

itsjustkevin commented 3 months ago

Functionality added