@sentry/craft 2.10.1 → 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 +8 -8
- package/dist/craft +465 -437
- package/dist/craft.map +4 -4
- package/package.json +11 -10
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
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
PRs are listed under
|
|
400
|
-
|
|
401
|
-
|
|
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
|
|