semantic-release is a tool that reads the commit history from a base commit (the one that has the last git tag or the initial commit if there is no tag) and generates a new release number based on semver.org specs.
It could be really nice to add that tool to the ci/cd pipeline.
semantic-release is a tool that reads the commit history from a base commit (the one that has the last git tag or the initial commit if there is no tag) and generates a new release number based on semver.org specs.
It could be really nice to add that tool to the ci/cd pipeline.