1.0.5 • Published 8 years ago
gravity-release-validator v1.0.5
Gravity Release Validator
This library validates master branch of repository to check if all commits referenced in tasks, tagged with release project, are merged into master branch.
Using
Install globally:
npm install gravity-release-validator -gCreate JSON configuration file in form:
{
"web": {
"name": "Seven Web",
"implementation": "phabricator",
"apiEndpoint": "https://phabricator.domain.com/api",
"apiToken": "myPhabricatorToken",
"projectTag": "7Web",
"releaseTag": "Release 1.18.0",
"repositories": [
"SEVENWEB"
]
}
}Run using sovichize command:
sovichize -c configFilePath.jsonIf config is not set, default .sovichize.json file will be assumed.