add git extension

This commit is contained in:
2025-09-08 16:22:41 +02:00
parent 3cba252467
commit ef9e684d30
5 changed files with 215 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## Extension.
### Extension Git.
The GitExtension enhances versioning by dynamically appending the Git hash before "snapshot" in the version string. For example, 0.0.0-SNAPSHOT becomes 0.0.0.0a2b3c4d-SNAPSHOT, ensuring each build reflects its commit origin, prevents overwriting existing versions. This feature aids developers during development by providing clear version identification.
## Publish gradle plugin locally.
```shell