@sentry/craft 2.10.0 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -391,14 +391,14 @@ In `auto` mode, `craft prepare` will use the following logic:
391
391
  2. Else if there is an entry named `Unreleased`, rename that to the given
392
392
  version
393
393
  3. Else, create a new section for the version and populate it with the changes
394
- since the last version. It uses [GitHub
395
- Milestones](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones)
396
- to provide a concise and rich changelog. If the PRs are associated with a
397
- milestone, the milestone title and description are used as the changelog
398
- entry alongside a brief list of associated PRs. Any individual commits and
399
- PRs are listed under the "Various improvements & fixes" section at the
400
- bottom. Check out [Craft's own
401
- releases](https://github.com/getsentry/craft/releases/) as example.
394
+ since the last version. It uses `.github/release.yml` configuration to
395
+ categorize PRs by labels. PRs are matched to categories based on their
396
+ labels, and any PRs that don't match a category are listed under the "Other"
397
+ section. The system supports custom categories, exclusions (both global and
398
+ per-category), and wildcard matching. If `.github/release.yml` doesn't exist
399
+ or has no `changelog` section, all PRs are listed under "Other". Check out
400
+ [GitHub's release notes documentation](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options)
401
+ for the configuration format.
402
402
 
403
403
  **Configuration**
404
404