Skip to content

Releases: getsentry/github-workflows

2.11.0

Choose a tag to compare

@vaind vaind released this 17 Oct 05:36
7f18300

Features

  • 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.

2.10.0

Choose a tag to compare

@vaind vaind released this 05 Mar 09:37

Changes

  • Remove octokit/request-action dependency in favor of using gh api (#74)

Fixes

  • Bump updater action dependency to fix an issue when creating/updating a PR (#71)

Dependencies

  • Bump actions/checkout from v3 to v4 (#72)
  • Bump styfle/cancel-workflow-action from v0.12.0 to v0.12.1 (#73)

2.9.1

Choose a tag to compare

@vaind vaind released this 11 Feb 12:40
a2914e2

Fixes

  • Danger - fix pinned action check if the ref is at the end of the file (#70)

2.9.0

Choose a tag to compare

@vaind vaind released this 25 Jan 15:57

Fixes

  • Danger - recognize PR links based on full URL instead of just the PR number. (#68)

Dependencies

  • Bump danger/danger-js from v11.1.2 to v11.3.1 (#59)

2.8.1

Choose a tag to compare

@vaind vaind released this 07 Dec 14:49
b1970e1

Fixes

  • Sentry-CLI integration test - set server script root so assets access works. (#63)

2.8.0

Choose a tag to compare

@vaind vaind released this 27 Nov 12:13
7a9bd62

Fixes

  • Updater - non-bot commit-checks in PRs for SSH repository URLs (starting with git@github.com:) (#62)

Features

  • Sentry-CLI integration test action: support envelopes (#58)

Dependencies

  • Bump updater action dependencies (#61)

2.7.0

Choose a tag to compare

@vaind vaind released this 28 Mar 14:39
fe18d6e

Features

  • Sentry-CLI integration test action (#54)

2.6.0

Choose a tag to compare

@vaind vaind released this 14 Mar 11:28
53d3e3f

Features

  • Danger - add "github" to the list of whitelisted users for action-pinning check (#55)

2.5.1

Choose a tag to compare

@vaind vaind released this 14 Nov 21:01
ec76ec3

Fixes

  • Updater - exit code in PR commit check if the PR doesn't exist yet (#51)

2.5.0

Choose a tag to compare

@vaind vaind released this 14 Nov 19:14
6d4b66a

Features

  • Updater - don't update existing branches if there are manually added commits (#50)
  • Danger - ignore "deps" and "test" PR flavors in changelog checks (#49)

Fixes

  • Updater - update deprecated actions (#48)