Skip to content

Releases: getsentry/action-prepare-release

v1.6.4

21 Mar 15:49
3cea80d
Compare
Choose a tag to compare

What's Changed

  • fix: Restore working directory in "Get Release Info" step by @Lms24 in #39

Full Changelog: v1.6.3...v1.6.4

v1

03 Mar 15:26
3cea80d
Compare
Choose a tag to compare
v1

Latest 1.x

v1.6.3

11 Mar 08:55
375d991
Compare
Choose a tag to compare

What's Changed

  • fix: Correctly switch to release branch when extracting git info by @Lms24 in #38

Full Changelog: v1.6.2...v1.6.3

v1.6.2

22 Feb 13:57
7ca0d62
Compare
Choose a tag to compare

Changes

  • fix: Fetch entire merge target branch and tags (#37)

v1.6.1

22 Feb 08:21
c92225e
Compare
Choose a tag to compare

Changes

  • ref: Optimize merge target branch checkout step (#36)

v1.6.0

21 Feb 08:59
df11e4b
Compare
Choose a tag to compare

Changes

This release adds a new optional input to the action: craft_config_from_merge_target

If this input is set to true, the craft config file (.craft.yml) will be applied from the merge target branch instead of from the default branch. This is useful if you want to publish older or preview versions of a package that require a changed craft config from your default branch. By default, the craft config will still be applied from the repo's default branch as before.

feat: Add option to use craft config from merge target branch to prepare release (https://github.com/getsentry/action-prepare-release/pull/34[)](https://github.com/getsentry/action-prepare-release/commit/df11e4be07d077f5c27d85477e05237042234e4d)

v1.5

03 Mar 15:26
d2cc2db
Compare
Choose a tag to compare

Latest 1.5.x

v1.5.3

12 Oct 17:54
c7ea516
Compare
Choose a tag to compare
  • fix deprecated set-output / set-state action calls

v1.5.2

04 Mar 10:03
b318692
Compare
Choose a tag to compare
  • Fix escaping of #retract comment (#25)

v1.5.1

04 Mar 09:23
f849dfa
Compare
Choose a tag to compare
  • Add note about retract capability (#24)