Skip to content

Commit a3c2cf4

Browse files
authored
Merge pull request #22 from it-harrison/test-c
Test c
2 parents d7381fb + 82cc673 commit a3c2cf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/pack-a/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
console.log('test!');
22
const a = 'a';
3-
const b = 'b';
3+
const b = 'b';
4+
const c = 'c';

release-please-config.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"packages/pack-a": {},
55
"packages/pack-b": {},
66
"packages/pack-c": {}
7-
},
8-
"separate-pull-requests": true
7+
}
98
}

0 commit comments

Comments
 (0)