EasyDynamics / oscal-rest

An initial OpenAPI definition of an OSCAL REST API.
Creative Commons Attribution Share Alike 4.0 International
38 stars 13 forks source link

Configure automatically generated release notes #66

Closed nuttercd closed 2 years ago

nuttercd commented 2 years ago

This adds support for automatically generating release notes.

The release notes workflow supports relevant updates to a user such as Bug Fixes and New Features. For now, only the bug and enhancement labels show bug fixes and newly added features. Labels such as chore, dependencies, and spike will be excluded because it is not as relevant information to a consumer. Using GitHub's automatically generated release notes feature easily allows us to change this as we add/remove labels in the future.

Relates to https://github.com/EasyDynamics/oscal-react-library/issues/457.