Skip to content

Commit

Permalink
chore: add release-please
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Oct 14, 2024
1 parent ae47b3f commit e2bb009
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release please

on:
push:
branches:
- main

jobs:
release-please:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Release please
id: release-please
uses: googleapis/release-please-action@v4
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Use example Beacon head state file for testing, too large for version control
*.json

!.release-please-manifest.json
!release-please-config.json
.env
.DS_Store
.DS_Store
8 changes: 8 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"crates/firehose-client": "0.1.0",
"crates/flat-files-decoder": "0.2.0",
"crates/flat-head": "0.1.0",
"crates/forrestrie": "0.1.0",
"crates/header-accumulator": "0.2.0",
"crates/sf-protos": "0.1.0"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
"bootstrap-sha": "ba33f662ca04f59eeffa523b220545126cda17ad",
"release-type": "rust",
"plugins": ["cargo-workspace"],
"packages": {
"crates/firehose-client": {},
"crates/flat-files-decoder": {},
"crates/flat-head": {},
"crates/forrestrie": {},
"crates/header-accumulator": {},
"crates/sf-protos": {}
}
}

0 comments on commit e2bb009

Please sign in to comment.