Skip to content

relizy / NEW_PACKAGE_MARKER

Variable: NEW_PACKAGE_MARKER

const NEW_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).

Released under the MIT License.