Version and Tag
Throughout this document, the terms "version" and "tag" are used interchangeably. The version applies to binaries, product, or repo tagging. The rules for ntools versioning are as follows:
- The version is a string in the format of
X.Y.Z, whereX,Y, andZare integers. - The version is incremented as follows:
Xis the major number:- Incremented for breaking changes.
Yis the minor number:- Incremented for new features or bug fixes.
- Incremented when production Build Type is deployed.
- Incrementing
YresetsZto 0. Zis the build number:- Incremented when staging Build Type is deployed.
Tags in the GitHubRelease are used to:
- Identify specific versions of the repository.
- Associate release assets with a particular version.
- Generate release notes based on commits since the last tag.