Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ module.exports = {
workspaceModule,
windowsCI: true,
branches: ['main', 'latest'],
releaseBranches: [],
defaultBranch: 'main',
// Escape hatch since we write a release test file but the
// CLI has a very custom one we dont want to overwrite. This
Expand Down
3 changes: 3 additions & 0 deletions lib/content/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
{{#each branches}}
- {{.}}
{{/each}}
{{#each releaseBranches}}
- {{.}}
{{/each}}

permissions:
contents: write
Expand Down