File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ name: Update documentation site
22
33on :
44 push :
5- branches : [main]
5+ # The docsite publishes from the v2 branch for now
6+ branches : [v2]
67 paths :
78 - ' docs/**'
89 - .github/workflows/docsite.yml
Original file line number Diff line number Diff line change 55
66on :
77 pull_request :
8- branches : [main]
8+ branches : [main, v2 ]
99 push :
10- branches : [main]
10+ branches : [main, v2 ]
1111
1212concurrency :
1313 # For PRs, use the ref (branch) in the concurrency group so that new pushes cancel any old runs.
Original file line number Diff line number Diff line change 11# [ beachball] ( https://microsoft.github.io/beachball/ ) monorepo
22
33the sunniest version bumping tool - see [ ` packages/beachball ` ] ( ./packages/beachball ) for details
4+
5+ ## ` v2 ` branch
6+
7+ This is the maintenance branch for ` beachball ` v2.
Original file line number Diff line number Diff line change 22/** @type {Partial<import('./packages/beachball/src/types/BeachballOptions').RepoOptions> }*/
33const config = {
44 access : 'public' ,
5- branch : 'main ' ,
5+ branch : 'v2 ' ,
66 commit : false ,
77 disallowedChangeTypes : [ 'major' ] ,
88 groupChanges : true ,
You can’t perform that action at this time.
0 commit comments