You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
publish-action/__tests__/data/stable-semver.json

12 lines
205 B
JSON

{
"options": {},
"loose": false,
"includePrerelease": false,
"raw": "v1.0.0",
"major": 1,
"minor": 0,
"patch": 0,
"prerelease": [],
"build": [],
"version": "1.0.0"
}