Skip to content

Commit

Permalink
chore: add release please config (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsergiy authored Nov 13, 2024
2 parents 267aef8 + e154c96 commit 6de7f2b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
41 changes: 41 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"include-v-in-tag": true,
"separate-pull-requests": true,
"always-update": true,
"packages": {
".": {
"path": "v2",
"release-type": "go",
"include-component-in-tag": false,
"changelog-path": "v2/CHANGELOG.md",
"prerelease": true,
"prerelease-type": "rc"

},
"execution": {
"path": "execution",
"release-type": "go",
"include-component-in-tag": true,
"tag-separator": "/",
"changelog-path": "execution/CHANGELOG.md"
}
},
"exclude-paths": [
".github",
"examples",
"pkg",
"testapps",
".gitignore",
".golangci.yml",
"commitlint.config.js",
"doc.go",
"go.mod",
"go.sum",
"go.work",
"go.work.sum",
"LICENSE",
"Makefile",
"README.md"
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
4 changes: 4 additions & 0 deletions release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"v2": "v2.0.0-rc.122",
"execution": "execution/v1.0.9"
}

0 comments on commit 6de7f2b

Please sign in to comment.