Skip to content

Commit

Permalink
release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshiqiufeng committed Jan 10, 2024
1 parent 777e295 commit dc72189
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- dev

name: Release please
name: Pull request

jobs:
release-please:
Expand All @@ -14,12 +14,13 @@ jobs:
echo '{"packages":{".":{"changelog-path":"CHANGELOG.md","release-type":"java","bump-minor-pre-major":false,"bump-patch-for-minor-pre-major":false,"draft":false,"prerelease":false,"include-component-in-tag":false,"include-v-in-tag":false,"extra-files":["build.gradle"]}},"$schema":"https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"}' > ~/release-please-config.json
- name: Init release-please-manifest
run: |
echo '{".": "0.5.0"}' > ~/.release-please-manifest.json
echo '{".": ""}' > ~/.release-please-manifest.json
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
release-type: java
default-branch: dev
skip-github-release: true
package-name: standard-version
# include-v-in-tag: false
config-file: ~/.release-please-config.json
Expand Down

0 comments on commit dc72189

Please sign in to comment.