UNPKG

4.96 kBMarkdownView Raw
1# Changelog
2
3## 0.13.0
4
5- feat: Github Artifact Provider (#121)
6
7## 0.12.0
8
9- feat(docker): Add sourceFormat & targetFormat options (#125)
10- feat(targets): Add optional `id` field to target config (#128)
11- fix(npm): Actually use NPM_TOKEN for publishing (#130)
12
13## 0.11.1
14
15- fix(gcs): Better error serialization (#120)
16- fix(github): Detect skipped status checks and Github actions runs as successful (#124)
17
18## 0.11.0
19
20- build: Migrate from tslint to eslint (#113)
21- fix: Add stronger types for module exports (#114)
22- fix(github): Don't fail when there are queued check suites (#117)
23- feat: Add support for `gem` target (#119)
24
25## 0.10.1
26
27- build(ci): Have better defaults for CI environments (#110)
28- build(docker): Upgrade cargo to a recent version (#104)
29- feat(gha): Add GitHub Action for Craft (#103)
30- docs: Fix `changelogPolicy` enum (#102)
31- build(docker): Add a `craft` binary into the Docker image (#101)
32- docs: Fix `artifactProvider` example (#100)
33- feat(crates): Add a `noDevDeps` option (#112)
34- fix(crates): Detect stale upload caches and retry (#98)
35
36## 0.10.0
37
38- feat(changelog): Add "auto" changeset policy (#93)
39- fix(github): Ignore pending response from legacy commit check API (#94)
40- fix(zeus): Don't force ZEUS_API_TOKEN when Zeus is not used (#97)
41- feat(target): Add "docker" target (#95)
42- fix(logger): Logger should respect log level from env file (#96)
43
44## 0.9.6
45
46- feat: Add a `releaseBranchPrefix` config attribute (#86)
47
48## 0.9.5
49
50- feat: Cocoapods Target add `--allow-warnings` by default
51- fix: Localized git branch checks (#84)
52
53## 0.9.4
54
55- fix(gcs): Fix content-types issues (#78)
56
57## 0.9.3
58
59- ref: Remove the need for `COCOAPODS_TRUNK_TOKEN` to be in the environment (#72)
60
61## 0.9.2
62
63- feat: Artifact provider abstraction (#52, #54)
64- feat: Support for custom remote names (#43)
65- ref: Create GCS API module (#63)
66- ref: Create environment utils module (#60)
67- chore: Hard-pin runtime dependencies, remove node-emoji and node-dryrun (#53, #58, #65)
68
69## 0.9.1
70
71- fix: Default status provider should still be Zeus
72- fix: Handling of undefined command line arguments (#40)
73
74## 0.9.0
75
76- feat: Add new `statusProvider` option
77- feat: Make artifact check optional (#36)
78
79## 0.8.4
80
81- gcs: fix shallow copy issue with upload parameters
82
83## 0.8.3
84
85- github: add missing dry-run check
86
87## 0.8.2
88
89- registry: add onlyIfPresent attribute
90- Limit concurrent downloads for some targets
91
92## 0.8.1
93
94- Pin octokit dependency
95
96## 0.8.0
97
98- registry: checksums can be added to registry entries
99- Add "requireNames" attribute
100
101## 0.7.10
102
103- gcs: add charsets to content-type
104- Disable advanced ctrl-c behavior by default
105
106## 0.7.9
107
108- gcs: use explicit content-type for specific file types
109
110## 0.7.8
111
112- npm: use "next" tag when publishing pre-releases (#20)
113
114## 0.7.7
115
116- registry: do not update the "latest" symlink if the new version is older
117
118## 0.7.6
119
120- crates: support submodules when publishing (#18)
121
122## 0.7.5
123
124- npm: allow using "yarn"
125- npm: allow to specify OTP for publishing
126- Log errors to Sentry
127
128## 0.7.4
129
130- github: strip date from release title
131- pre-release command: empty string skips the run
132
133## 0.7.3
134
135- gcs/github: add retries
136- Rename "release" step to "prepare"
137- Display artifact size before publishing
138- Upgrade GCS/GitHub dependencies
139
140## 0.7.2
141
142- Change prompt type when publishing
143- Read environment configuration from the project root, and not from the current directory
144- Warn about insecure environment files
145- gh-pages: Add version to commit message
146- Change minimal supported NPM version to 5.6.0
147- Fix artifact sorting
148
149## 0.7.1
150
151- Read environment from .craft.env
152- Show summary of available artifacts before publishing
153- Always print Zeus links when publishing
154- Add "--no-input" and "--dry-run" as CLI arguments
155
156## 0.7.0
157
158- Create annotated tags by default
159
160## 0.6.1
161
162- Require additional ctrl-c when running "publish"
163- Checkout master after successfull "craft release"
164- Fix "registry" issue with prereleases
165
166## 0.6.0
167
168- Replace "maxCacheAge" with more generic "metadata" attribute in "gcs" target
169- Add "cocoapods" target
170
171## 0.5.2
172
173- Conditional execution for "registry" targets
174- Minor error message fixes
175
176## 0.5.1
177
178- Add minVersion attribute to the configuration file
179
180## 0.5.0
181
182- Add Sentry Release Registry ("registry") target
183- Change template engine to Mustache
184- Add additional polling for unfinished and non-existing builds
185
186## 0.4.11
187
188- Add GitHub Pages ("gh-pages") target
189- Add Google Cloud Storage ("gcs") target
190- Add update notifier
191
192## 0.4.10
193
194- Fix PATH issue with "crates" target
195- Add a missing check for `ZEUS_API_TOKEN`
196
197## 0.4.9
198
199- Add "crates" target for publishing Rust packages
200
201## 0.4.8
202
203- Fix encoding issue for NPM target
204
205## 0.4.7
206
207- Check for executables when doing "publish"
208- Improve support for interactive pre-release scripts
209
210## 0.4.3
211
212- Basic changelog management
213
214## 0.1.2
215
216- Basic "release" functionality
217
218## 0.1.1
219
220- Basic "publish" functionality for GitHub and NPM