Skip to content

Commit

Permalink
feat: add release-please.yml
Browse files Browse the repository at this point in the history
This workflow is in change of auto-release the package and update
the CHANGELOG.md
  • Loading branch information
asciito committed Oct 8, 2023
1 parent 11bdaeb commit 6569534
Showing 1 changed file with 18 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: Automatic Pre-release
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: php
prerelease: true

0 comments on commit 6569534

Please sign in to comment.