Skip to content

Commit

Permalink
fix(template/category): Replaces not working templating field categor…
Browse files Browse the repository at this point in the history
…y with categories (#25735)
  • Loading branch information
secustor committed Nov 13, 2023
1 parent 510fb5f commit a9e50fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/template/index.ts
Expand Up @@ -73,7 +73,7 @@ export const exposedConfigOptions = [
export const allowedFields = {
baseBranch: 'The baseBranch for this branch/PR',
body: 'The body of the release notes',
category: 'The category of the manager of the dependency being updated',
categories: 'The categories of the manager of the dependency being updated',
currentValue: 'The extracted current value of the dependency being updated',
currentVersion:
'The version that would be currently installed. For example, if currentValue is ^3.0.0 then currentVersion might be 3.1.0.',
Expand Down

0 comments on commit a9e50fd

Please sign in to comment.