Skip to content

Commit 3ba1494

Browse files
committed
chore: Migrate to release-please from standard-version
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 5e6cf94 commit 3ba1494

File tree

6 files changed

+1086
-1308
lines changed

6 files changed

+1086
-1308
lines changed

.github/workflows/release-please.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
on:
2+
push:
3+
branches:
4+
- trunk
5+
- trunk-2.x
6+
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
11+
name: release-please
12+
13+
jobs:
14+
release-please:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: googleapis/release-please-action@v4
18+
with:
19+
target-branch: ${{ github.ref_name }}
20+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
21+
config-file: release-please-config.json
22+
manifest-file: .release-please-manifest.json

.release-please-manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"packages/base91": "3.0.0",
3+
"packages/duckdb": "3.0.0",
4+
"packages/expat": "3.0.0",
5+
"packages/graphviz": "3.0.0",
6+
"packages/graphviz-cli": "3.0.0",
7+
"packages/wasm": "3.0.0",
8+
"packages/zstd": "3.0.0"
9+
}

0 commit comments

Comments
 (0)