We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9797d commit e4421fdCopy full SHA for e4421fd
.github/workflows/release.yml
@@ -3,7 +3,6 @@ name: release-please
3
4
"on":
5
push:
6
- tags: ["v*.*.*"]
7
branches: [main]
8
9
permissions:
release-please-config.json
@@ -1,6 +1,10 @@
1
{
2
- "releaseType": "ruby",
- "changelogPath": "CHANGELOG.md",
- "versionFile": "version.rb",
- "includeComponentInTag": false
+ "packages": {
+ ".": {
+ "releaseType": "ruby",
+ "changelogPath": "CHANGELOG.md",
+ "versionFile": "version.rb",
+ "includeComponentInTag": false
+ }
10
}
0 commit comments