Skip to content

xgfe/xg-command-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xg-command-tag

xg tag pulgin, for adding tags to the project.

use

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

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+)"
    }
}

Releases

No releases published

Packages

No packages published