UNPKG

6.76 kBMarkdownView Raw
1# v8.2.0 (Sun Dec 15 2019)
2
3#### 🐛 Bug Fix
4
5- fix and add tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
6- release: add flag to publish prerelease ([@hipstersmoothie](https://github.com/hipstersmoothie))
7
8#### Authors: 1
9
10- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
11
12---
13
14# v8.1.3 (Sat Dec 14 2019)
15
16#### 🐛 Bug Fix
17
18- add test ([@hipstersmoothie](https://github.com/hipstersmoothie))
19- omit next branch PR Title from being in release notes ([@hipstersmoothie](https://github.com/hipstersmoothie))
20
21#### Authors: 1
22
23- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
24
25---
26
27# v8.1.2 (Sat Dec 14 2019)
28
29#### 🐛 Bug Fix
30
31- add test ([@hipstersmoothie](https://github.com/hipstersmoothie))
32- ignore unknown labels during bump calc + fix none type release skipping ([@hipstersmoothie](https://github.com/hipstersmoothie))
33- let modify config actually do something ([@hipstersmoothie](https://github.com/hipstersmoothie))
34
35#### Authors: 1
36
37- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
38
39---
40
41# v8.1.0 (Sat Dec 14 2019)
42
43#### 🐛 Bug Fix
44
45- fix bug where merging a none would skip previously meged semver label, ex: merge next into master and next has a none label ([@hipstersmoothie](https://github.com/hipstersmoothie))
46
47#### Authors: 1
48
49- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
50
51---
52
53# v8.0.0 (Wed Dec 11 2019)
54
55#### 🐛 Bug Fix
56
57- change skip-release releaseType to just skip ([@hipstersmoothie](https://github.com/hipstersmoothie))
58- add hash ([@hipstersmoothie](https://github.com/hipstersmoothie))
59- fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
60- fix sub-pacakge changelogs ([@hipstersmoothie](https://github.com/hipstersmoothie))
61- only grant contributions for work in commit ([@hipstersmoothie](https://github.com/hipstersmoothie))
62- display message when commit is omitted ([@hipstersmoothie](https://github.com/hipstersmoothie))
63- fix bug where author would get matched incorrectly ([@hipstersmoothie](https://github.com/hipstersmoothie))
64- handle unknown tag when supplying --from and --to ([@hipstersmoothie](https://github.com/hipstersmoothie))
65- add tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
66- omit commits that have already been released ([@hipstersmoothie](https://github.com/hipstersmoothie))
67- do not call afterRelease hooks during dry run ([@hipstersmoothie](https://github.com/hipstersmoothie))
68- update docs ([@hipstersmoothie](https://github.com/hipstersmoothie))
69- switch from dedent to endent to fix multitemplate indentation ([@hipstersmoothie](https://github.com/hipstersmoothie))
70- add release notes to prerelease PRs ([@hipstersmoothie](https://github.com/hipstersmoothie))
71- remove false type ([@hipstersmoothie](https://github.com/hipstersmoothie))
72- post comment prerelase version on prerelease version PR branches ([@hipstersmoothie](https://github.com/hipstersmoothie))
73- allow any "N > 2" of --verbose flags for very verbose ([@hipstersmoothie](https://github.com/hipstersmoothie))
74- Deprecate "--very-verbose, -w" in favor of "-vv" ([@hipstersmoothie](https://github.com/hipstersmoothie))
75- more logs ([@hipstersmoothie](https://github.com/hipstersmoothie))
76- fix canary calcs ([@hipstersmoothie](https://github.com/hipstersmoothie))
77- reset versions ([@hipstersmoothie](https://github.com/hipstersmoothie))
78- Bump version to: v8.0.0-next.8 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
79- change to more explicit property name ([@hipstersmoothie](https://github.com/hipstersmoothie))
80- Bump version to: v8.0.0-next.7 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
81- move to top level util for ease of testing ([@hipstersmoothie](https://github.com/hipstersmoothie))
82- fix lint ([@hipstersmoothie](https://github.com/hipstersmoothie))
83- add email fallback back in ([@hipstersmoothie](https://github.com/hipstersmoothie))
84- add test for none ([@hipstersmoothie](https://github.com/hipstersmoothie))
85- add none release type ([@hipstersmoothie](https://github.com/hipstersmoothie))
86- allow user to overwrite base label ([@hipstersmoothie](https://github.com/hipstersmoothie))
87- check for depreacted config ([@hipstersmoothie](https://github.com/hipstersmoothie))
88- get label refactor working ([@hipstersmoothie](https://github.com/hipstersmoothie))
89- Bump version to: v8.0.0-next.6 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
90- move determineNextVersion to core ([@hipstersmoothie](https://github.com/hipstersmoothie))
91- move git clean check to core ([@hipstersmoothie](https://github.com/hipstersmoothie))
92- Bump version to: v8.0.0-next.5 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
93- Bump version to: v8.0.0-next.4 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
94- change getPreviousVersion hook args. can access prefixRelease from root class instead ([@hipstersmoothie](https://github.com/hipstersmoothie))
95- Bump version to: v8.0.0-next.3 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
96- implment dry-run flag for next command ([@hipstersmoothie](https://github.com/hipstersmoothie))
97- Bump version to: v8.0.0-next.2 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
98- fix test ([@hipstersmoothie](https://github.com/hipstersmoothie))
99- shipit: add flag to only publish to 'latest' tag when "release" label is present ([@hipstersmoothie](https://github.com/hipstersmoothie))
100- Bump version to: v8.0.0-next.1 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
101- allow user to configure what branches are treated as prerelease branches ([@hipstersmoothie](https://github.com/hipstersmoothie))
102- Bump version to: v8.0.0-next.0 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
103- remove prerelease label when released ([@hipstersmoothie](https://github.com/hipstersmoothie))
104- remove old use of prerelease label + add prerelease label to released plugin ([@hipstersmoothie](https://github.com/hipstersmoothie))
105- Bump version to: v7.17.0-next.1 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
106- Bump version to: v7.17.0-next.0 [skip ci] ([@hipstersmoothie](https://github.com/hipstersmoothie))
107- must set git user before publishing so we know we can commit ([@hipstersmoothie](https://github.com/hipstersmoothie))
108- call next from shipit on next branch ([@hipstersmoothie](https://github.com/hipstersmoothie))
109- get next branch release working ([@hipstersmoothie](https://github.com/hipstersmoothie))
110
111#### Authors: 1
112
113- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
\No newline at end of file