Integrated semVer Gradle plugin to project #545
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #544 Merge before #540
This pull request includes the addition of semantic versioning to the project using the semVer Gradle plugin. The most important changes include updates to the
CHANGELOG.md
file, the addition of a new Gradle script, and the creation of aversion.properties
file.Semantic Versioning Integration:
CHANGELOG.md
: Added a new section to document the inclusion of the semVer Gradle plugin for semantic versioning.gradle/scripts/semVer.gradle
: Introduced tasks for semantic versioning using the semVer Gradle plugin, including tasks to print the current version and development version.version.properties
: Created a new file to store version information generated by the semVer plugin, including major, minor, patch, and semantic version details.