You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#212 adds functionality to automatically generate release notes and create a github release after tagging the release.
The release notes don't include security commits.
Acceptance Criteria
When cow creates a github release, the release notes include security commits.
The security commit information matches the formatting of the other commits in the release notes
Notes
The release notes are generated by github via the github API. Most likely you will need to have cow check if it has any security commits (use similar logic as when creating the changelog) and if so add information about those commits into the release notes.
The text was updated successfully, but these errors were encountered:
#212 adds functionality to automatically generate release notes and create a github release after tagging the release.
The release notes don't include security commits.
Acceptance Criteria
Notes
The release notes are generated by github via the github API. Most likely you will need to have cow check if it has any security commits (use similar logic as when creating the changelog) and if so add information about those commits into the release notes.
The text was updated successfully, but these errors were encountered: