Skip to content

Commit

Permalink
Merge pull request #5 from grafana/configure-release-please
Browse files Browse the repository at this point in the history
feat(ci): add release-please action
  • Loading branch information
trevorwhitney authored Nov 22, 2023
2 parents 9839e2e + b994e1b commit 238ff9b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- "release-[0-9].[0-9].x"

permissions:
contents: write
pull-requests: write

jobs:
validate:
runs-on: ubuntu-latest
Expand All @@ -26,11 +30,12 @@ jobs:
- build
steps:
- run: |
echo "building code"
echo "uploading release artifacts"
release-please:
runs-on: ubuntu-latest
needs:
- upload
steps:
- run: |
echo "running release please"
- uses: google-github-actions/release-please-action@v3
with:
command: manifest

0 comments on commit 238ff9b

Please sign in to comment.