UNPKG

release-checker

Version:
2 lines (1 loc) 831 B
export declare const 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";