Skip to content

Commit

Permalink
feat: added release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Aug 14, 2024
1 parent 3d75d6f commit 1ee4961
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: release-please

on:
workflow_dispatch:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: simple
target-branch: main

0 comments on commit 1ee4961

Please sign in to comment.