We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d281908 commit 352d332Copy full SHA for 352d332
lib/content/index.js
@@ -96,6 +96,7 @@ module.exports = {
96
workspaceModule,
97
windowsCI: true,
98
branches: ['main', 'latest'],
99
+ releaseBranches: [],
100
defaultBranch: 'main',
101
// Escape hatch since we write a release test file but the
102
// CLI has a very custom one we dont want to overwrite. This
lib/content/release-please.yml
@@ -6,6 +6,9 @@ on:
6
{{#each branches}}
7
- {{.}}
8
{{/each}}
9
+ {{#each releaseBranches}}
10
+ - {{.}}
11
+ {{/each}}
12
13
permissions:
14
contents: write
0 commit comments