essential for Helm 3 compatibility. The change is to prefix build number and
build hash with `n` and `h` respectively. The reason for doing this is that it
ensures we don't break the SemVer 2 assumption to not have a numerical segment
starting with zero, like for example `0.1.0-002.sdfg234` has with its `002`.
Helm 3 enforce this, while Helm 2 doesn't.
Fixes
- Prefix build info with n and h to ensure SemVer 2 validity, in order to solve Helm 3 compatibility [87](https://github.com/jupyterhub/chartpress/pull/87) ([consideRatio](https://github.com/consideRatio))