Skip to content

Latest commit

 

History

History

gitversion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Gitversion Feature

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.

Example Usage

"features": {
    "ghcr.io/tomgrv/devcontainer-features/gitversion:1": {
        "version": "latest"
    }
}

Options

Options Id Description Type Default Value
version The version of GitVersion to install. string latest

Contributing

If you have a feature that you would like to add to this repository, please open an issue or submit a pull request.