Skip to content

Commit

Permalink
chore: add release-please config (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoeinstein authored Apr 12, 2024
1 parent 8c8ab7c commit b24b73a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release-please

permissions:
pull-requests: write
contents: write

on:
push:
branches:
- main

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
27 changes: 27 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-v-in-tag": true,
"include-component-in-tag": false,
"last-release-sha": "c53cc5d7b5e6830e2b0eafa4459ce71953b2a1d1",
"plugins": [
{
"type": "cargo-workspace",
"merge": false
}, {
"type": "linked-versions",
"groupName": "aliri_braid",
"components": [
"aliri_braid",
"aliri_braid_examples",
"aliri_braid_impl"
]
}],
"packages": {
"aliri_braid": {},
"aliri_braid_examples": {},
"aliri_braid_impl": {}
}
}

0 comments on commit b24b73a

Please sign in to comment.