fix(template/category): Replaces not working templating field category with categories (#25735)

This commit is contained in:
Sebastian Poxhofer 2023-11-13 22:07:37 +01:00 committed by GitHub
parent 510fb5f0f0
commit a9e50fd48d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.',