release-checker
Version:
Check your release before publishing
4 lines (3 loc) • 895 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.usage = "\nUsage: release-checker [options]\n\nOptions:\n --branch, -b Ensure that current branch is 'master' or 'release'\n --customize-sensitivedata Customize the sensitive or useless data checker\n This will create a .sensitivedata file that you can customize \n --help, -h Show help\n --sensitivedata, -s Ensure there is no sensitive or useless data in the npm package\n --tag, -T Ensure that latest git tag matches package.json version\n --test, -t Ensure that command 'npm test' is successfull\n --uncommited-files, -c Ensure there are no uncommited files in the working tree\n --untracked-files, -u Ensure there are no untracked files in the working tree\n";