-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Update package.json with the following changes:
"devDependencies": {
"@j-ulrich/release-it-regex-bumper": "^4.1.1",
} "release-it": {
"plugins": {
"@j-ulrich/release-it-regex-bumper": {
"out": {
"file": "src/litegraph.js",
"search": " VERSION: \"(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?\",",
"replace": " VERSION: \"{{version}}\","
}
}
}
}Will break type (version int to string). Make backwards compatible change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels