devops-helm/
├── charts/
│ ├──my-python-app/
│ ├── charts/
│ ├── templates/
│ │ ├── deployment.yaml
│ │ ├── service.yaml
│ │ ├── ingress.yaml
│ │ └── _helpers.tpl
│
├── values/
│ ├── my-python-app/
│ │ ├── values.yaml
semantic-release
(fix|chore|docs|...) = sem ver patch, feat = sem ver minor, (!|BREAKING CHANGE) = sem ver major
fix(pencil): stop graphite breaking when too much pressure applied
1.0.0 -> 1.0.1
feat(pencil): add 'graphiteWidth' option
1.0.0 -> 1.1.1 if 1.0.1 -> 1.1.0
perf(pencil): remove graphiteWidth option
1.0.0 -> 1.0.0
BREAKING CHANGE: The graphiteWidth option has been removed.
1.0.0 -> 2.0.0