@twyr/announce
Version:
CLI Tool and NPM Library for announcing a release on Github / Gitlab / etc. and on NPM
47 lines (35 loc) • 895 B
Plain Text
{
'prepare': {
'currentWorkingDirectory': null,
'series': 'current',
'ignoreFolders': '.circleci, .github, .husky, .vscode, docs, markdown, CHANGELOG.md'
},
'release': {
'currentWorkingDirectory': null,
'commit': false,
'commitMessage': '',
'tag': false,
'useTag': '',
'tagName': 'V${version}',
'tagMessage': 'The spaghetti recipe at the time of releasing V${version}',
'release': false,
'releaseName': 'V${version} Release',
'releaseMessage': '',
'outputFormat': 'all',
'outputPath': 'buildresults/release-notes',
'upstream': 'github,gitlab',
'githubToken': null,
'gitlabToken': null
},
'publish': {
'currentWorkingDirectory': null,
'access': 'public',
'distTag': 'version_default',
'dryRun': false,
'githubToken': null,
'gitlabToken': null,
'npmToken': null,
'releaseName': 'V${version} Release',
'upstream': 'github'
}
}