Bump the new version #1
Workflow file for this run
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
| # This file was auto-generated by the release-please action. | |
| name: release-please | |
| on: | |
| push: | |
| tags: | |
| - "v*.*.*" | |
| jobs: | |
| release-please: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: google-github-actions/release-please-action@v3 | |
| with: | |
| # Only set this to true if you are using GitHub releases and | |
| # want to create a release for each version. | |
| release-github: true | |
| # If you are using a different tag format, you can change it here. | |
| tag-configuration: | | |
| version: 0.0.0 | |
| # If you want to use a different release body template, you can change it here. | |
| release-body: | |
| "{{release_body}}" | |
| # If you want to use a different release title, you can change it here. | |
| release-title: | |
| "{{release_title}}" |