- Do the changes
- Build the code:
yarn build - Update the version in
package.json - Commit the changes
- Create a new tag with the version:
git tag -a v3.0.0 -m v3.0.0 - Push the changes:
git push origin main --tags
- Add support for
kubectlcommands - Add support for
helmcommands - Multiple deployments
- Multiple Helm repos