Skip to content

Commit

Permalink
fix(task): fix typo
Browse files Browse the repository at this point in the history
F****cking typo
  • Loading branch information
DanielHabenicht authored Mar 12, 2020
1 parent 5aaa04d commit 3e86dda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/freestyle/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"helpMarkDown": "Override the versions of the installed semantic-release package and plugins.",
"groupName": "advanced",
"validation": {
"expression": "isMatch(value, '@semanit-release\/semantic-release', 'IgnoreCase,Multiline')",
"message": "Field must contain '@semanit-release\/semantic-release@17' version"
"expression": "isMatch(value, '@semantic-release\/semantic-release', 'IgnoreCase,Multiline')",
"message": "Field must contain '@semantic-release\/semantic-release' package (maybe with version)"
}
}
],
Expand All @@ -147,4 +147,4 @@
"target": "index.js"
}
}
}
}

0 comments on commit 3e86dda

Please sign in to comment.