This repository was archived by the owner on Jul 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +16
-8
lines changed Expand file tree Collapse file tree 7 files changed +16
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.0.4] ( https://github.com/vital-software/monofo/compare/v5.0.3...v5.0.4 ) (2022-03-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** deps:** update dependency minimatch to v3.1.2 ([ 083905e] ( https://github.com/vital-software/monofo/commit/083905eb4b1749084d96f130aad543b59783d292 ) )
7
+ * ** deps:** update oclif ([ 8bb6594] ( https://github.com/vital-software/monofo/commit/8bb659425566f0ac1ea780c06ce9b6edd167771e ) )
8
+
1
9
## [ 5.0.3] ( https://github.com/vital-software/monofo/compare/v5.0.2...v5.0.3 ) (2022-03-06)
2
10
3
11
Original file line number Diff line number Diff line change 25
25
- seek-oss/aws-sm#v2.2.1: # for example, but your secret management might be e.g. via S3 bucket or "env" file instead
26
26
env :
27
27
BUILDKITE_API_ACCESS_TOKEN : " global/buildkite-api-access-token"
28
- - vital-software/monofo#v5.0.3 :
28
+ - vital-software/monofo#v5.0.4 :
29
29
generate : pipeline
30
30
` ` `
31
31
107
107
steps:
108
108
- command: yarn install
109
109
plugins:
110
- - vital-software/monofo#v5.0.3 :
110
+ - vital-software/monofo#v5.0.4 :
111
111
upload:
112
112
node-modules.catar.caibx:
113
113
- "node_modules/"
Original file line number Diff line number Diff line change 35
35
- yarn install
36
36
- yarn build
37
37
plugins :
38
- - vital-software/monofo#v5.0.3 :
38
+ - vital-software/monofo#v5.0.4 :
39
39
upload :
40
40
node-modules.tar.lz4 :
41
41
filesFrom : node-modules.list
64
64
- commands:
65
65
- yarn run some-command
66
66
plugins:
67
- - vital-software/monofo#v5.0.3 :
67
+ - vital-software/monofo#v5.0.4 :
68
68
download:
69
69
- node-modules.tar.lz4
70
70
- build.catar.caibx
Original file line number Diff line number Diff line change 13
13
- yarn install
14
14
- yarn build
15
15
plugins :
16
- - vital-software/monofo#v5.0.3 :
16
+ - vital-software/monofo#v5.0.4 :
17
17
upload :
18
18
node-modules.tar.lz4 :
19
19
- ./node_modules/
Original file line number Diff line number Diff line change 20
20
- yarn install
21
21
- find . -type d -name node_modules -prune -print0 > node-modules.list
22
22
plugins :
23
- - vital-software/monofo#v5.0.3 :
23
+ - vital-software/monofo#v5.0.4 :
24
24
upload :
25
25
node-modules.tar.lz4 :
26
26
filesFrom : node-modules.list
Original file line number Diff line number Diff line change 2
2
set -euo pipefail
3
3
4
4
# This version marker is automatically updated to match the published release
5
- export MONOFO_VERSION=${MONOFO_VERSION:- 5.0.3 }
5
+ export MONOFO_VERSION=${MONOFO_VERSION:- 5.0.4 }
6
6
7
7
# This turns on debugging for monofo, which is important to see what's going on
8
8
export DEBUG=" monofo:*"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " monofo" ,
3
- "version" : " 5.0.3 " ,
3
+ "version" : " 5.0.4 " ,
4
4
"description" : " Dynamic Buildkite pipeline generator for monorepos" ,
5
5
"author" :
" Dominic Scheirlinck <[email protected] >" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments