- Danger - Improve conventional commit scope handling, and non-conventional PR title support (#105)
- Add Proguard artifact endpoint for Android builds in sentry-server (#100)
- Updater - Prevent script injection vulnerabilities through workflow inputs (#98)
- Updater - invalid workflow syntax - reverts recent switch to env vars (#97)
- Danger - Changelog checks can now additionally be skipped with a
skip-changeloglabel (#94)
- Gzip-compressed HTTP requests (#88)
- Don't update from a manually-updated prerelease to a latest stable release that is earlier than the prerelease (#78)
- Cross-repo links in changelog notes (#82)
- Truncate changelog to nearest SemVer even if actual previous version is missing (#84)
- Add support for prettier-ignore notes on
CHANGELOG.md(#75)
Example of notes before ## Unreleased Header on CHANGELOG.md
Important
If you are upgrading to the 1.x versions of the Sentry SDK from 0.x or below,
make sure you follow our migration guide first.
- Remove
octokit/request-actiondependency in favor of usinggh api(#74)
- Bump updater action dependency to fix an issue when creating/updating a PR (#71)
- Bump
actions/checkoutfrom v3 to v4 (#72) - Bump
styfle/cancel-workflow-actionfrom v0.12.0 to v0.12.1 (#73)
- Danger - fix pinned action check if the ref is at the end of the file (#70)
- Danger - recognize PR links based on full URL instead of just the PR number. (#68)
- Bump
danger/danger-jsfrom v11.1.2 to v11.3.1 (#59)
- Sentry-CLI integration test - set server script root so assets access works. (#63)
- Updater - non-bot commit-checks in PRs for SSH repository URLs (starting with
git@github.com:) (#62)
- Sentry-CLI integration test action: support envelopes (#58)
- Bump updater action dependencies (#61)
- Sentry-CLI integration test action (#54)
- Danger - add "github" to the list of whitelisted users for action-pinning check (#55)
- Updater - exit code in PR commit check if the PR doesn't exist yet (#51)
- Updater - don't update existing branches if there are manually added commits (#50)
- Danger - ignore "deps" and "test" PR flavors in changelog checks (#49)
- Updater - update deprecated actions (#48)
- Danger - check that a changelog entry is not added to an already released section (#44)
- Updater - add
changelog-entryoption to disable adding a changelog entry (#43)
- Skip local actions when checking pinned actions in Danger (#41)
- Support comments when parsing pinned actions in Danger (#40)
- Danger - check for that actions are pinned to a commit (#39)
- Show GitHub annotations when running from forks - can't post a PR comment in that case (#37)
- New reusable workflow,
danger.yml, to check Pull Requests with predefined rules (#34)
- Rename
api_tokensecret toapi-token(#21) - Change changelog target section header from "Features" to "Dependencies" (#19)
- Add
pr-strategyswitch to choose between creating new PRs or updating an existing one (#22) - Add
changelog-sectioninput setting to specify target changelog section header (#19)
- Preserve changelog bullet-point format (#20)
- Changelog section parsing when an entry text contains the section name in the text (#25)
Initial release & subsequent fixes - only major version v1 was kept & overridden for this release.