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-build-semver.json

12 lines
237 B
JSON

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