feat: Add quick demo and update README for clarity and usage instruct… #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release Please | |
| 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@v4 | |
| with: | |
| token: ${{ secrets.PHP_THEME_GEN }} # Use a PAT to allow triggering other workflows | |
| release-type: node | |
| # package-name: php-theme-gen | |
| # pull-request-title-pattern: "chore(release): ${version}" |