Releases: getsentry/craft
Releases Β· getsentry/craft
0.23.1
0.23.0
0.22.2
0.22.1
0.22.0
- feat(config): Automatically detect GitHub config when missing (#208)
- feat: Add upm target (#209)
- ci: Fix our build matrix, add Node 14 & 16 (#211)
- build: Fix and simplify jest and TS configs (#210)
- upgrade(ts-jest): Upgrade ts-jest to latest version (#212)
- feat: Add projectPath config option to GitHub (#220)
- feat: Add config CLI command (#221)
- feat(prepare): Add rev option to base a release on (#223)
- ref: Unify global flags (#224)
- fix(github-artifacts): Allow multiple artifacts on the SHA, use latest (#226)
0.21.1
0.21.0
-
fix: No prod dependencies (#204)
-
build: Move to single-file builds for craft (#203)
-
fix(github): Revert retry on 404s (#199)
-
fix(gcs): Fix GCS artifact provider on Windows (#200)
-
feat(config): Use GitHub as default provider (#202)
Breaking Change: This version changes the default configuration values for
statusProvider
andartifactProvider
togithub
ifminVersion
is greater
or equal to0.21.0
. If your craft configuration file does not set these
providers explicitly, you can keep the old behavior by modifying your config:minVersion: 0.21.0 artifactProvider: name: zeus statusProvider: name: zeus
Support for Zeus will be dropped in a future release and we highly recommend
updating your CI workflows to use GitHub.