semver icon indicating copy to clipboard operation
semver copied to clipboard

Contradicting github executor input examples

Open jan-willem-baart opened this issue 5 months ago • 0 comments

The README examples of the github executor have contradicting input examples, ${tags} vs {tags}, see below:

Semver

"github": {
      "executor": "@jscutlery/semver:github",
      "options": {
        "tag": "${tag}",
        "notes": "${notes}"
      }
    }

Github executor

"github": {
      "executor": "@jscutlery/semver:github",
      "options": {
        "tag": "{tag}",
        "notes": "{notes}"
      }
    }

jan-willem-baart avatar Oct 28 '25 13:10 jan-willem-baart