2 minute read
The UMH uses the semantic versioning. This article explains how to increase the version number and what steps are needed to take
VERSION-prerelease
, e.g., v0.6.0-prerelease
united-manufacturing-hub
by going into Charts.yaml
and changing the version to the next version including a prerelease
https://repo.umh.app
in docs/static/examples/development.yaml
to the deploy-preview of helm-repo, e.g., https://deploy-preview-515--umh-helm-repo.netlify.app/
with 515 beeing the PR created in 2. Additionally, add a -devel
flag to both helm install commands, so that helm considers the prerelease as a valid version.deployment/helm-repo
and executehelm package ../united-manufacturing-hub/
deployment/helm-repo
and execute helm repo index --url https://deploy-preview-515--umh-helm-repo.netlify.app/ --merge index.yaml .
https://deploy-preview-515--umh-docs.netlify.app/examples/development.yaml
(you can create a bit.ly link for that)npx semantic-release --branches 'master' --branches 'v0.6.0' --plugins '@semantic-release/commit-analyzer' --plugins '@semantic-release/release-notes-generator' --plugins '@semantic-release/changelog'