Releases: getsentry/craft
Releases Β· getsentry/craft
0.14.0
- feat(publish): Add support for optional post-release script (#144)
- fix(publish): Fix error when special target 'all' is used (#142)
0.13.3
- 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.1
- fix: npm token usage (#134) kinda reverting (#130)
0.13.0
- feat: Github Artifact Provider (#121)
0.12.0
- 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
- fix(gcs): Better error serialization (#120)
- fix(github): Detect skipped status checks and Github actions runs as successful (#124)
0.11.0
- 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
- 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
- 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)