-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
The README examples of the github executor have contradicting input examples, ${tags} vs {tags}, see below:
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "${tag}",
"notes": "${notes}"
}
}
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "{tag}",
"notes": "{notes}"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels