Skip to content

Commit aa1ccc8

Browse files
committed
fix: add missing release please configurations
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent f1dee91 commit aa1ccc8

File tree

5 files changed

+56
-80
lines changed

5 files changed

+56
-80
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
on:
22
push:
33
branches:
4-
- trunk
4+
- main
55
- candidate-*
66

77
pull_request:
88
branches:
9-
- trunk
9+
- maqin
1010
- candidate-*
1111

1212
permissions:
@@ -15,10 +15,6 @@ permissions:
1515

1616
name: PR Test and Release
1717

18-
concurrency:
19-
group: release-please-${{ github.ref }}
20-
cancel-in-progress: true
21-
2218
jobs:
2319
release-please:
2420
runs-on: ubuntu-latest
@@ -29,7 +25,6 @@ jobs:
2925
uses: googleapis/release-please-action@v4
3026
with:
3127
target-branch: ${{ github.ref_name }}
32-
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3328
config-file: release-please-config.json
3429
manifest-file: .release-please-manifest.json
3530

@@ -39,9 +34,9 @@ jobs:
3934

4035
- name: Install NodeJS
4136
if: ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
42-
uses: actions/setup-node@v4
37+
uses: actions/setup-node@v6
4338
with:
44-
node-version: 24
39+
node-version: 22
4540
registry-url: "https://registry.npmjs.org"
4641
scope: "@hpcc-js"
4742

.github/workflows/update-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
node-version: 24
1616
registry-url: "https://registry.npmjs.org"
1717
scope: "@hpcc-js"
18+
always-auth: false
1819
- run: npm ci
1920
- run: npm run build
2021
- run: npm run build-api

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"packages/comms": "3.9.3",
88
"packages/composite": "3.2.16",
99
"packages/dataflow": "9.4.3",
10+
"packages/ddl-shim": "3.0.0",
1011
"packages/dgrid": "3.3.2",
1112
"packages/dgrid-shim": "3.2.0",
1213
"packages/dgrid2": "3.3.2",

0 commit comments

Comments
 (0)