Skip to content

Releases: getsentry/craft

0.14.0

11 Dec 20:26
Compare
Choose a tag to compare
  • feat(publish): Add support for optional post-release script (#144)
  • fix(publish): Fix error when special target 'all' is used (#142)

0.13.3

29 Nov 11:34
Compare
Choose a tag to compare
  • fix(publish): Only allow valid target ids for -t (#137)
  • fix(changelog): Support subheadings (#139)
  • doc(docker): Mention access token instead of password (#140)

0.13.2

29 Oct 14:50
Compare
Choose a tag to compare
  • fix: npm package

0.13.1

29 Oct 12:43
Compare
Choose a tag to compare
  • fix: npm token usage (#134) kinda reverting (#130)

0.13.0

29 Oct 12:28
Compare
Choose a tag to compare
  • feat: Github Artifact Provider (#121)

0.12.0

15 Oct 14:56
Compare
Choose a tag to compare
  • feat(docker): Add sourceFormat & targetFormat options (#125)
  • feat(targets): Add optional id field to target config (#128)
  • fix(npm): Actually use NPM_TOKEN for publishing (#130)

0.11.1

21 Sep 08:27
Compare
Choose a tag to compare
  • fix(gcs): Better error serialization (#120)
  • fix(github): Detect skipped status checks and Github actions runs as successful (#124)

0.11.0

20 Aug 11:27
Compare
Choose a tag to compare
  • build: Migrate from tslint to eslint (#113)
  • fix: Add stronger types for module exports (#114)
  • fix(github): Don't fail when there are queued check suites (#117)
  • feat: Add support for gem target (#119)

0.10.1

18 Jun 19:39
Compare
Choose a tag to compare
  • build(ci): Have better defaults for CI environments (#110)
  • build(docker): Upgrade cargo to a recent version (#104)
  • feat(gha): Add GitHub Action for Craft (#103)
  • docs: Fix changelogPolicy enum (#102)
  • build(docker): Add a craft binary into the Docker image (#101)
  • docs: Fix artifactProvider example (#100)
  • feat(crates): Add a noDevDeps option (#112)
  • fix(crates): Detect stale upload caches and retry (#98)

0.10.0

12 Jun 09:37
Compare
Choose a tag to compare
  • feat(changelog): Add "auto" changeset policy (#93)
  • fix(github): Ignore pending response from legacy commit check API (#94)
  • fix(zeus): Don't force ZEUS_API_TOKEN when Zeus is not used (#97)
  • feat(target): Add "docker" target (#95)
  • fix(logger): Logger should respect log level from env file (#96)