Skip to content

Commit

Permalink
ci: added relase-please
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
Tbaile committed Mar 27, 2024
1 parent 6848831 commit 93866e3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 59 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Release Please

on:
pull_request:
types:
- closed
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release-please'))
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/release-please-action@v4
with:
release-type: php
59 changes: 0 additions & 59 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 93866e3

Please sign in to comment.