Files
actions-runner-controller/CONTRIBUTING.md
T

9 lines
502 B
Markdown
Raw Normal View History

2021-04-18 05:58:54 +01:00
# Contributing
2021-04-25 08:04:01 +03:00
### Helm Version Bumps
2021-04-18 05:58:54 +01:00
**Chart Version :** When bumping the chart version follow semantic versioning https://semver.org/<br />
2021-06-04 19:52:10 +02:00
**App Version :** When bumping the app version you will also need to bump the chart version too. Again, follow semantic versioning when bumping the chart.
2021-04-18 05:58:54 +01:00
2021-06-04 19:52:10 +02:00
To determine if you need to bump the MAJOR, MINOR or PATCH versions you will need to review the changes between the previous app version and the new app version and / or ask for a maintainer to advise.