diff --git a/src/plugin-config.js b/src/plugin-config.js index 1696861..335f6ac 100644 --- a/src/plugin-config.js +++ b/src/plugin-config.js @@ -12,7 +12,7 @@ * @property {string} snapshotCommitMessage='chore: setting next snapshot version [skip ci]' The commit message used if a new snapshot version should be created. * @property {boolean} debug=false Sets the `-X` option for all maven calls. * @property {boolean} mvnw=false Use the mvnw script instead of mvn - * @property {string} opts=assign additional set of options + * @property {string} opts additional set of options */ const SemanticReleaseError = require("@semantic-release/error");