Merge pull request #4 from jimeh/release-please/bootstrap/default

This commit is contained in:
2022-11-14 16:50:28 +00:00
committed by GitHub
4 changed files with 28 additions and 6 deletions

View File

@@ -25,8 +25,10 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: [build]
if: startsWith(github.ref, 'refs/tags/v')
if: github.ref == 'refs/heads/main'
steps:
- uses: google-github-actions/release-please-action@v3
id: release-please
- uses: actions/checkout@v2
with:
fetch-depth: 0

View File

@@ -36,12 +36,9 @@ checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
skip: true
dockers:
- image_templates:

View File

@@ -0,0 +1,3 @@
{
".": "1.4.0"
}

View File

@@ -0,0 +1,20 @@
{
"bootstrap-sha": "b7f4d11fc99f9ffa85376c5757d8dd8c6341c38a",
"last-release-sha": "b7f4d11fc99f9ffa85376c5757d8dd8c6341c38a",
"release-type": "go",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"extra-files": [
"VERSION"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}