-
-
Notifications
You must be signed in to change notification settings - Fork 77
feat(cloudflare): Add enableLogs when setting up Cloudflare #1191
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Features
Bug Fixes
Internal Changes
🤖 This preview updates automatically when you update the PR. |
andreiborza
approved these changes
Jan 15, 2026
Member
andreiborza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
BYK
added a commit
to getsentry/craft
that referenced
this pull request
Jan 15, 2026
When a custom .github/release.yml is used without semver fields on categories, PRs appear in the changelog but don't contribute to version bump detection. This causes the changelog preview to show "None" for semver impact. Changes: - Add warning when normalizing custom configs with missing semver fields - Update docs to clarify semver field requirement for version detection - Add tests for the warning behavior Fixes getsentry/sentry-wizard#1191 investigation
BYK
added a commit
to getsentry/craft
that referenced
this pull request
Jan 15, 2026
When a custom .github/release.yml is used without semver fields on categories, PRs appear in the changelog but don't contribute to version bump detection. This causes the changelog preview to show "None" for semver impact. Changes: - Add warning when normalizing custom configs with missing semver fields - Update docs to clarify semver field requirement for version detection - Add tests for the warning behavior Fixes getsentry/sentry-wizard#1191 investigation
BYK
added a commit
to getsentry/craft
that referenced
this pull request
Jan 15, 2026
When a custom .github/release.yml is used without semver fields on categories, PRs appear in the changelog but don't contribute to version bump detection. This causes the changelog preview to show "None" for semver impact. Changes: - Add warning when normalizing custom configs with missing semver fields - Update docs to clarify semver field requirement for version detection - Add tests for the warning behavior Fixes getsentry/sentry-wizard#1191 investigation
BYK
added a commit
to getsentry/craft
that referenced
this pull request
Jan 15, 2026
When a custom .github/release.yml is used without semver fields on categories, PRs appear in the changelog but don't contribute to version bump detection. This causes the changelog preview to show "None" for semver impact. Changes: - Add warning when normalizing custom configs with missing semver fields - Update docs to clarify semver field requirement for version detection - Add tests for the warning behavior Fixes getsentry/sentry-wizard#1191 investigation
BYK
added a commit
to getsentry/craft
that referenced
this pull request
Jan 15, 2026
When a custom .github/release.yml is used without semver fields on categories, PRs appear in the changelog but don't contribute to version bump detection. This causes the changelog preview to show "None" for semver impact. Changes: - Add warning when normalizing custom configs with missing semver fields - Update docs to clarify semver field requirement for version detection - Add tests for the warning behavior Fixes getsentry/sentry-wizard#1191 investigation
BYK
added a commit
to getsentry/craft
that referenced
this pull request
Jan 15, 2026
When a custom .github/release.yml is used without semver fields on categories, PRs appear in the changelog but don't contribute to version bump detection. This causes the changelog preview to show "None" for semver impact. Changes: - Add warning when normalizing custom configs with missing semver fields - Update docs to clarify semver field requirement for version detection - Add tests for the warning behavior Fixes getsentry/sentry-wizard#1191 investigation
BYK
added a commit
to getsentry/craft
that referenced
this pull request
Jan 15, 2026
When a custom .github/release.yml is used without semver fields on categories, PRs appear in the changelog but don't contribute to version bump detection. This causes the changelog preview to show "None" for semver impact. Changes: - Add warning when normalizing custom configs with missing semver fields - Update docs to clarify semver field requirement for version detection - Add tests for the warning behavior Fixes getsentry/sentry-wizard#1191 investigation
BYK
added a commit
to getsentry/craft
that referenced
this pull request
Jan 15, 2026
When a custom .github/release.yml is used without semver fields on categories, PRs appear in the changelog but don't contribute to version bump detection. This causes the changelog preview to show "None" for semver impact. Changes: - Add warning when normalizing custom configs with missing semver fields - Update docs to clarify semver field requirement for version detection - Add tests for the warning behavior Fixes getsentry/sentry-wizard#1191 investigation
BYK
added a commit
to getsentry/craft
that referenced
this pull request
Jan 15, 2026
## Summary - Adds a warning when custom `.github/release.yml` has categories without `semver` fields - Updates documentation to clarify that `semver` is required for version bump detection - Adds tests for the warning behavior ## Background When investigating [getsentry/sentry-wizard#1191](getsentry/sentry-wizard#1191), the changelog preview showed "None" for semver impact despite the PR having a `feat:` prefix. The root cause was that sentry-wizard's custom `.github/release.yml` defined categories with `labels` and `commit_patterns` but no `semver` fields. Without `semver` fields, PRs are correctly categorized in the changelog but don't contribute to version bump detection. ## Changes ### Warning When Craft normalizes a custom release config, it now warns about categories missing `semver`: ``` The following changelog categories have no 'semver' field and won't contribute to version bump detection: "Features", "Bug Fixes". See: https://getsentry.github.io/craft/configuration/#auto-mode ``` The warning: - Only fires for custom configs (not default config) - Only fires once per Craft invocation (deduplicated) - Includes link to documentation ### Documentation - Added caution admonition in `configuration.md` explaining `semver` requirement - Added note in `github-actions.md` about version bump detection requirements ## Related - Fix for sentry-wizard: getsentry/sentry-wizard#1193
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #1190
closes WIZARD-118
This adds the question if the logs should be enabled for Cloudflare