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
It is awkward to make silent security releases. We can't currently use releaser and we either need to remember to add the changelog entry after the fact, or manually set the version when making the next release.
Proposed Solution
Add a workflow on releaser that creates a silent release with a placeholder entry in the changelog. This placeholder would be honored by the next release target. Additionally, once the security advisory is published, we could add a workflow that updates the changelog with a link to the published advisory, and creates the public GitHub release.
Additional context
Example of a manual GitHub release and changelog PR.
The text was updated successfully, but these errors were encountered:
Problem
It is awkward to make silent security releases. We can't currently use releaser and we either need to remember to add the changelog entry after the fact, or manually set the version when making the next release.
Proposed Solution
Add a workflow on
releaser
that creates a silent release with a placeholder entry in the changelog. This placeholder would be honored by thenext
release target. Additionally, once the security advisory is published, we could add a workflow that updates the changelog with a link to the published advisory, and creates the public GitHub release.Additional context
Example of a manual GitHub release and changelog PR.
The text was updated successfully, but these errors were encountered: