Stick to version consistency, build_master.json must specify minimum required version of build master
Open
@ravi688 is already working on this.
Since Feb 14, 2025.
bug
dev-ops
enhancement
- Dominant language
- C++
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- build_master.json must have a key "version" which would hold value as "1.0.0", executing build master would check its version against this version specified in build_master.json
- The build_master.json may also have "major_version", "minor_version", and "patch_version" keys separately.
- Bump bug/fix version of build master each time a bug is fixed
- Bump minor version of build master each time a very a feature is added or improvement is made but it is still backward compatible
- Bump major version of build master if at least non-backward compatible feature added or improvement is made
For more info,
see: https://semver.org/
see: https://gitversion.net/docs/
see: https://git-cliff.org/docs/
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.