This feature installs GitVersion, a tool to help you generate a version number based on your git history.
Originally, GitVersion was designed to be used in a CI/CD pipeline. However, it can also be used in a dev container to calculate the version number of the application.
More information about GitVersion can be found on the GitVersion GitHub page.
"features": {
"ghcr.io/tomgrv/devcontainer-features/gitversion:1": {
"version": "latest"
}
}
Options Id | Description | Type | Default Value |
---|---|---|---|
version | The version of GitVersion to install. | string | latest |
If you have a feature that you would like to add to this repository, please open an issue or submit a pull request.