Merge pull request #5 from ioncakephper:docs/reorder-readme #4
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 | |
| jobs: | |
| release-please: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: google-github-actions/release-please-action@v4 | |
| id: release | |
| with: | |
| release-type: node | |
| # package-name: cli-pattern | |
| # You can customize the release-please configuration here if needed | |
| # For example, to specify a different changelog path or commit message conventions | |
| # config-file: .release-please-config.json | |
| # manifest-file: .release-please-manifest.json |