Skip to content

Commit

Permalink
fix: move extra-files to right config
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Jan 11, 2025
1 parent 8b47a65 commit 29a4020
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
".": "0.1.2",
"extra-files": [
"Makefile",
"README.md",
"dist/install.yaml",
"config/manager/kustomization.yaml"
]
".": "0.1.2"
}
7 changes: 6 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
"changelog-path": "CHANGELOG.md",
"release-type": "go",
"include-v-in-tag": false,
"prerelease": true
"extra-files": [
"Makefile",
"README.md",
"dist/install.yaml",
"config/manager/kustomization.yaml"
]
}
},
"release-search-depth": 100,
Expand Down

0 comments on commit 29a4020

Please sign in to comment.