semantic-release / semantic-release/exec

Make semantic-release sync Helm Chart.yaml version with package.json version

Open
#249 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.