Skip to content

Commit

Permalink
fix: --release-version not working if conventional-changelog is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Baillet committed Jun 9, 2021
1 parent ad74134 commit d1c0c78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ class ConventionalChangelog extends Plugin {
return ignoreRecommendedBump ? null : this.getRecommendedVersion(options);
}

getIncrementedVersionCI(options) {
return this.getIncrementedVersion(options)
}

async bump(version) {
const recommendedVersion = this.getContext('version');

Expand Down

0 comments on commit d1c0c78

Please sign in to comment.