relizy / NEW_PACKAGE_MARKER
Variable: NEW_PACKAGE_MARKER
constNEW_PACKAGE_MARKER:"__NEW_PACKAGE__"
Defined in: src/core/tags.ts:345
Special marker indicating this is a new package with no previous tags. When this marker is returned as the "from" tag, getPackageCommits should return an empty array instead of analyzing all commits from the beginning of the repository (which would cause ENOBUFS errors on large repos).