Skip to content

Commit 99e2723

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 <GordonJSmith@gmail.com>
1 parent a358822 commit 99e2723

9 files changed

Lines changed: 65 additions & 18 deletions

File tree

.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: 4 additions & 4 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
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
git config user.name github-actions[bot]
8383
git config user.email 4104672+github-actions[bot]@users.noreply.github.com
84-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/yargs/yargs.git"
84+
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/hpcc-systems/Visualization.git"
8585
git commit -a -m 'chore: stamp files for release'
8686
git push origin
8787

.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:

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/comms": "3.10.0",
88
"packages/composite": "3.3.0",
99
"packages/dataflow": "9.4.3",
10-
"packages/ddl-shim": "2.24.0",
10+
"packages/ddl-shim": "3.0.0",
1111
"packages/dgrid": "3.4.0",
1212
"packages/dgrid-shim": "3.2.0",
1313
"packages/dgrid2": "3.3.2",
@@ -23,7 +23,7 @@
2323
"packages/other": "3.3.0",
2424
"packages/phosphor": "3.2.13",
2525
"packages/react": "3.3.2",
26-
"packages/timeline": "2.56.0",
27-
"packages/tree": "2.44.0",
26+
"packages/timeline": "3.0.0",
27+
"packages/tree": "3.0.0",
2828
"packages/util": "3.3.12"
2929
}

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)