-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes don't mention all released PRs #1055
Comments
There is some "release notes generator" step, maybe that's where the issue is?
|
@jmuzina yes the 0.47.3 release was the last release prior to semantic-release was enabled in #1024. Since semantic-release triggers a release workflow on push to main, it is expected that every merged PR would be a separate release. PR #1030 fixed the issue of pull-request-labeler github action breaking CI and is not related to semantic-release. There is a guide on how PR titles should be formulated for semantic-release to trigger a release, I think perhaps that is related to the issue @bartaz raised? @petermakowski any thoughts on this? |
We're using defaults for release notes generator and can be customised as explained here: https://github.com/conventional-changelog/conventional-changelog-config-spec/blob/master/versions/2.0.0/README.md As we're currently creating a release on every push to main, release notes will always have a single item. |
Let's continue using semantic release defaults and see if there are any issues with that in future. |
It seems that release notes on GH only list a single merged PR, not everything that is part of the release.
For example release 0.50.6: https://github.com/canonical/react-components/releases/tag/v0.50.6
It included at least:
Not sure how the current automatic releases with semantic-release work?
The text was updated successfully, but these errors were encountered: