mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-02-17 19:57:01 +00:00
fix: format
This commit is contained in:
parent
cd97954ab7
commit
f9985a72e5
1 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,8 @@ export class DefaultVersionClassifier implements VersionClassifier {
|
||||||
commitSet: CommitInfoSet,
|
commitSet: CommitInfoSet,
|
||||||
): Promise<VersionClassification> {
|
): Promise<VersionClassification> {
|
||||||
const filteredCommitSet = this.filterIgnoredCommits(commitSet);
|
const filteredCommitSet = this.filterIgnoredCommits(commitSet);
|
||||||
const { type, increment, changed } = this.resolveCommitType(filteredCommitSet);
|
const { type, increment, changed } =
|
||||||
|
this.resolveCommitType(filteredCommitSet);
|
||||||
|
|
||||||
const { major, minor, patch } = this.getNextVersion(lastRelease, type);
|
const { major, minor, patch } = this.getNextVersion(lastRelease, type);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue