UNPKG

release-please

Version:

generate release PRs based on the conventionalcommits.org spec

9 lines 249 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "release-please manifest config versions", "description": "Schema for defining manifest versions file", "type": "object", "additionalProperties": { "type": "string" } }