Skip to content

Bump the new version #1

Bump the new version

Bump the new version #1

Workflow file for this run

# 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}}"