Skip to content

Commit 8fcadc7

Browse files
committed
feat: switch to "main" from trunk
Drop the candidate-3.x.x branch for new CI pipeline Signed-off-by: Gordon Smith <[email protected]>
1 parent a358822 commit 8fcadc7

File tree

8 files changed

+61
-14
lines changed

8 files changed

+61
-14
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [trunk, b*, candidate-*]
16+
branches: [main, b*]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [trunk]
19+
branches: [main]
2020
schedule:
2121
- cron: "34 1 * * 2"
2222

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: PR Test and Release
2+
13
on:
24
push:
35
branches:
@@ -6,15 +8,13 @@ on:
68

79
pull_request:
810
branches:
9-
- maqin
11+
- main
1012
- candidate-*
1113

1214
permissions:
1315
contents: write
1416
pull-requests: write
1517

16-
name: PR Test and Release
17-
1818
jobs:
1919
release-please:
2020
runs-on: ubuntu-latest

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update gh-pages
22

33
on:
44
push:
5-
branches: [trunk, trunk-future]
5+
branches: [main, trunk-future]
66

77
jobs:
88
build:

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"__package__.ts",
88
"*.md"
99
],
10-
"allowBranch": "trunk"
10+
"allowBranch": "main"
1111
},
1212
"publish": {}
1313
},
1414
"version": "independent",
1515
"npmClient": "npm",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
17-
}
17+
}

package-lock.json

Lines changed: 50 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ddl-shim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/ddl-shim",
3-
"version": "2.24.0",
3+
"version": "3.0.0",
44
"description": "hpcc-js DDL parser",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

packages/timeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/timeline",
3-
"version": "2.56.0",
3+
"version": "3.0.0",
44
"description": "hpcc-js - Viz Timeline",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

packages/tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/tree",
3-
"version": "2.44.0",
3+
"version": "3.0.0",
44
"description": "hpcc-js - Viz Tree",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)