Skip to content

Commit e4421fd

Browse files
fix: release please manifest (#524)
* fix: .release-please-manifest.json * fix: Update release-please configuration and workflow --------- Signed-off-by: Dan Webb <dan.webb@damacus.io> Co-authored-by: Dan Webb <dan.webb@damacus.io>
1 parent bf9797d commit e4421fd

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: release-please
33

44
"on":
55
push:
6-
tags: ["v*.*.*"]
76
branches: [main]
87

98
permissions:

release-please-config.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
"releaseType": "ruby",
3-
"changelogPath": "CHANGELOG.md",
4-
"versionFile": "version.rb",
5-
"includeComponentInTag": false
2+
"packages": {
3+
".": {
4+
"releaseType": "ruby",
5+
"changelogPath": "CHANGELOG.md",
6+
"versionFile": "version.rb",
7+
"includeComponentInTag": false
8+
}
9+
}
610
}

0 commit comments

Comments
 (0)