Skip to content

Commit

Permalink
chore(ci): Create release-please.yml (AztecProtocol/barretenberg#530)
Browse files Browse the repository at this point in the history
chore(ci): Create release-please.yml (AztecProtocol/barretenberg#530)
  • Loading branch information
kevaundray authored Jun 15, 2023
1 parent 656a23c commit 0aab9ba
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions circuits/cpp/barretenberg/.github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on:
push:
branches:
- master

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: barretenberg
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
prerelease: true # Marks GitHub Releases for 0.x.x versions as "Pre-release"
pull-request-title-pattern: "chore(barretenberg): Release ${version}"

0 comments on commit 0aab9ba

Please sign in to comment.