Skip to content

Releases: getsentry/craft

2.16.0

29 Dec 14:26

Choose a tag to compare

New Features ✨

Changelog

  • Strip commit patterns from changelog entries by @BYK in #674
  • Add support for custom changelog entries from PR descriptions by @szokeasaurusrex in #648
  • And with support for multiple entries by @szokeasaurusrex in #648
    • and nested items
  • Add changelog preview action and CLI command by @BYK in #669

Other

  • (actions) Make release workflow reusable for external repos by @BYK in #672
  • (aws-lambda) Add version templating for layer names by @BYK in #678

Bug Fixes πŸ›

Changelog

  • Handle reverts in changelog and version inference by @BYK in #677
  • Use PR-specific bump type in preview by @BYK in #676

Documentation πŸ“š

  • New documentation site! by @BYK in #668

2.15.0

24 Dec 00:23

Choose a tag to compare

New Features ✨

Github

  • feat(github): Integrate action-prepare-release into Craft repo by @BYK in #667
  • feat(github): Emit resolved version to GITHUB_OUTPUTS on prepare by @BYK in #666

2.14.1

23 Dec 20:23

Choose a tag to compare

Bug Fixes πŸ›

Changelog

  • fix(changelog): Fix whitespace related issues by @BYK in #664
  • fix(changelog): Add ref and perf to internal changes prefixes by @BYK in #662

Build / dependencies / internal πŸ”§

  • ci(deps): Upgrade action-prepare-release to latest by @BYK in #663

  • ci(release): Add support for auto versioning by @BYK in #665

2.14.0

23 Dec 13:55

Choose a tag to compare

New Features ✨

  • feat(docker): Add support for multiple registries by @BYK in #657

  • feat: Add automatic version bumping based on conventional commits by @BYK in #656

  • feat: Add skip-changelog label by default by @BYK in #655

Bug Fixes πŸ›

  • fix(changelog): Unscoped entries should be grouped under "other" by @BYK in #659

Build / dependencies / internal πŸ”§

  • ci: Update action-prepare-release to v1.6.5 by @BYK in #654

Other

  • fix(docker): Support regional Artifact Registry endpoints in isGoogleCloudRegistry by @BYK in #661

2.13.1

09 Dec 16:28

Choose a tag to compare

Build / dependencies / internal πŸ”§

  • ci: Fix release input desc and concurrency by @BYK in #653

Bug Fixes πŸ›

  • fix: Fix startup issue with yargs by @BYK in #651

Documentation πŸ“š

2.13.0

09 Dec 12:56

Choose a tag to compare

New Features ✨

  • feat(npm): Add workspaces support by @BYK in #645
  • feat(changelog): Add grouping by scope by @BYK in #644
  • feat(changelog): Add section ordering by @BYK in #640

Build / dependencies / internal πŸ”§

Bug Fixes πŸ›

  • fix(changelog): default matcher should match scopes with dashes by @BYK in #641

Other

  • build(deps-dev): bump @octokit/request-error from 6.1.8 to 7.0.0 by @dependabot in #643

2.12.1

01 Dec 19:56

Choose a tag to compare

Bug Fixes πŸ›

  • fix: $HOME and some others should be passed in env by @BYK in #639

2.12.0

01 Dec 13:54

Choose a tag to compare

  • ref: s/commit_log_patterns/commit_patterns by @BYK in #638
  • feat(changelog): Add commit log based categorization by @BYK in #637

2.11.2

28 Nov 15:29

Choose a tag to compare

  • fix(publish): Limit env vars for post-release script by @BYK in #636

2.11.1

26 Nov 14:40

Choose a tag to compare

Bug Fixes πŸ›

  • fix(npm): Disable scripts during publish by @BYK in #634