Skip to content

Commit

Permalink
feat: add helm-docs cmd to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
borisrizov-zf committed Dec 15, 2023
1 parent 9eee2ba commit ad46396
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"prepareCmd": "./gradlew dashLicenseCheck"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "cd charts/managed-identity-wallet && helm-docs -i .helmdocsignore ."
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
Expand All @@ -40,7 +46,8 @@
"CHANGELOG.md",
"DEPENDENCIES",
"gradle.properties",
"./charts/managed-identity-wallet/Chart.yaml"
"./charts/managed-identity-wallet/Chart.yaml",
"./charts/managed-identity-wallet/README.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit ad46396

Please sign in to comment.