(value)
| 6 | const VERSION_HEADING_REGEX = /^##\s+\[([^\]]+)\](?:\s+-\s+.*)?\s*$/; |
| 7 | |
| 8 | function normalizeVersion(value) { |
| 9 | return value.trim().replace(/^v/, ''); |
| 10 | } |
| 11 | |
| 12 | function parseArgs(argv) { |
| 13 | const args = { |
no outgoing calls
no test coverage detected