Skip to content

Commit

Permalink
chore: Migrate to release-please from standard-version
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Aug 13, 2024
1 parent 5e6cf94 commit 138a5c6
Show file tree
Hide file tree
Showing 6 changed files with 1,093 additions and 1,308 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
push:
branches:
- trunk
- trunk-2.x

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
target-branch: ${{ github.ref_name }}
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
10 changes: 10 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
".": "3.0.0",
"packages/base91": "1.0.2",
"packages/duckdb": "1.0.1",
"packages/expat": "1.0.1",
"packages/graphviz": "1.0.3",
"packages/graphviz-cli": "1.0.4",
"packages/wasm": "2.18.3-alpha.0",
"packages/zstd": "1.0.2"
}
Loading

0 comments on commit 138a5c6

Please sign in to comment.