0.1.0 • Published 6 years ago

xg-command-tag v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

xg-command-tag

xg tag pulgin, for adding tags to the project.

use

xg tag [-c <config>] -v <tagname> [-m <message>]

xg-command-tag config

Add a tag.json file to your project workspace. In order to help you to notice the file quickly, the keys are the files' names, and the corresponding value of a key are made of two parts: a path and a regExp for the tag.

For example:

{
    "sonar-project.properties": {
        "path": "./sonar-project.properties",
        "regExp": "sonar.projectVersion=v((\\d+.){2,3}\\d+)"
    }
}