File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.0.0-alpha.18 (Fri Apr 21 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix publishing script. [ #74 ] ( https://github.com/ds300/lazyrepo/pull/74 ) ([ @MitjaBezensek ] ( https://github.com/MitjaBezensek ) )
6
+ - Exit after successfully running commands [ #72 ] ( https://github.com/ds300/lazyrepo/pull/72 ) ([ @MitjaBezensek ] ( https://github.com/MitjaBezensek ) [ @ds300 ] ( https://github.com/ds300 ) )
7
+
8
+ #### 🏠 Internal
9
+
10
+ - don't run check-pr-labels on merged/closed PRs [ #73 ] ( https://github.com/ds300/lazyrepo/pull/73 ) ([ @ds300 ] ( https://github.com/ds300 ) )
11
+ - Improve check-pr-labels script [ #71 ] ( https://github.com/ds300/lazyrepo/pull/71 ) ([ @ds300 ] ( https://github.com/ds300 ) )
12
+ - add check-pr-labels script [ #70 ] ( https://github.com/ds300/lazyrepo/pull/70 ) ([ @ds300 ] ( https://github.com/ds300 ) )
13
+
14
+ #### 🧪 Tests
15
+
16
+ - Change ` throwOnError ` to ` expectError ` [ #69 ] ( https://github.com/ds300/lazyrepo/pull/69 ) ([ @mrkldshv ] ( https://github.com/mrkldshv ) )
17
+
18
+ #### Authors: 3
19
+
20
+ - David Sheldrick ([ @ds300 ] ( https://github.com/ds300 ) )
21
+ - Mark Ladyshau ([ @mrkldshv ] ( https://github.com/mrkldshv ) )
22
+ - Mitja Bezenšek ([ @MitjaBezensek ] ( https://github.com/MitjaBezensek ) )
23
+
24
+ ---
25
+
1
26
# v0.0.0-alpha.17 (Thu Apr 20 2023)
2
27
3
28
#### 🚀 Enhancement
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lazyrepo" ,
3
- "version" : " 0.0.0-alpha.17 " ,
3
+ "version" : " 0.0.0-alpha.18 " ,
4
4
"description" : " lazyrepo is a caching task runner for npm/yarn/pnpm monorepos" ,
5
5
"engines" : {
6
6
"node" : " >=16.0.0"
You can’t perform that action at this time.
0 commit comments