semantic-release / semantic-release/exec
Make semantic-release sync Helm Chart.yaml version with package.json version
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 164
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
My application has a Helm chart that is used to deploy my app to Kubernetes whenever I do a release. It is located in a subdirectory called deploy in my root project directory.
app/
-- package.json
-- deploy/
---- Chart.yaml (want to sync this with package.json)
Is there a way to have semantic-release update the version field in that file (to be synced with the updated package.json version) as part of its process and also include it as part of the chore(release): x.x.x [skip ci] commit changeset that it generates?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with semantic-release exec's release lifecycle and configuration; the issue names no repository source file or test. Verify whether the process can read package.json, update deploy/Chart.yaml, and include that file in the generated release commit. Done means the chart version matches the released package version and appears in the release changeset.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, javascript, kubernetes
- Domain
- devops, release
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100