UNPKG

2.12 kBMarkdownView Raw
1# Changelog
2
3## 0.7.6
4
5- crates: support submodules when publishing (#18)
6
7## 0.7.5
8
9- npm: allow using "yarn"
10- npm: allow to specify OTP for publishing
11- Log errors to Sentry
12
13## 0.7.4
14
15- github: strip date from release title
16- pre-release command: empty string skips the run
17
18## 0.7.3
19
20- gcs/github: add retries
21- Rename "release" step to "prepare"
22- Display artifact size before publishing
23- Upgrade GCS/GitHub dependencies
24
25## 0.7.2
26
27- Change prompt type when publishing
28- Read environment configuration from the project root, and not from the current directory
29- Warn about insecure environment files
30- gh-pages: Add version to commit message
31- Change minimal supported NPM version to 5.6.0
32- Fix artifact sorting
33
34## 0.7.1
35
36- Read environment from .craft.env
37- Show summary of available artifacts before publishing
38- Always print Zeus links when publishing
39- Add "--no-input" and "--dry-run" as CLI arguments
40
41## 0.7.0
42
43- Create annotated tags by default
44
45## 0.6.1
46
47- Require additional ctrl-c when running "publish"
48- Checkout master after successfull "craft release"
49- Fix "registry" issue with prereleases
50
51## 0.6.0
52
53- Replace "maxCacheAge" with more generic "metadata" attribute in "gcs" target
54- Add "cocoapods" target
55
56## 0.5.2
57
58- Conditional execution for "registry" targets
59- Minor error message fixes
60
61## 0.5.1
62
63- Add minVersion attribute to the configuration file
64
65## 0.5.0
66
67- Add Sentry Release Registry ("registry") target
68- Change template engine to Mustache
69- Add additional polling for unfinished and non-existing builds
70
71## 0.4.11
72
73- Add GitHub Pages ("gh-pages") target
74- Add Google Cloud Storage ("gcs") target
75- Add update notifier
76
77## 0.4.10
78
79- Fix PATH issue with "crates" target
80- Add a missing check for `ZEUS_API_TOKEN`
81
82## 0.4.9
83
84- Add "crates" target for publishing Rust packages
85
86## 0.4.8
87
88- Fix encoding issue for NPM target
89
90## 0.4.7
91
92- Check for executables when doing "publish"
93- Improve support for interactive pre-release scripts
94
95## 0.4.3
96
97- Basic changelog management
98
99## 0.1.2
100
101- Basic "release" functionality
102
103## 0.1.1
104
105- Basic "publish" functionality for GitHub and NPM