Skip to content

Commit

Permalink
Merge pull request #13 from Smana/fix_missing_release_please_config3
Browse files Browse the repository at this point in the history
fix: missing release-please manifest, bad location
  • Loading branch information
Smana authored May 31, 2024
2 parents f843c6c + 794bd77 commit f08db29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/.release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"include-component-in-tag": true,
"packages": {
"kubeconform": {
"version": "0.1.0"
}
}
}

0 comments on commit f08db29

Please sign in to comment.