Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 Merge PR DefinitelyTyped#66476 [semver]: update jsdoc comments for …
…`inc` according to `ReleaseType` by @himanshurajora The inc function supports multiple release types ```typescript export type ReleaseType = 'major' | 'premajor' | 'minor' | 'preminor' | 'patch' | 'prepatch' | 'prerelease'; ``` But in the comments, some of the supported types are still missing. It may lead to confusion whether or not this function provides those types, when only comments are read.
- Loading branch information