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
Improve releases by generating release notes and bumping the major tag
(ex, `v1`, `v2`) when new versions are published.
Example: https://github.com/secondlife/action-nfpm/releases
1. Approve and merge PRs into the `main` branch. Add `enhanacement`
`bug` or `breaking-change` labels to them as specified in
release.yaml
2. When a new version is to be published, generate a new release with a
cooresponding semver compatible tag (ex: v1.2.0) from the repository
release pages, autogenerate notes.
3. Boom, magic. New release v1.2.0 published, v1 tag updated.
0 commit comments