mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
7
.github/workflows/release-version.yml
vendored
7
.github/workflows/release-version.yml
vendored
@@ -9,7 +9,12 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
default: patch
|
default: patch
|
||||||
type: choice
|
type: choice
|
||||||
options: [patch, minor, major]
|
options: [patch, minor, major, prepatch, preminor, premajor, prerelease]
|
||||||
|
pre_release:
|
||||||
|
description: Pre-release ID (suffix)
|
||||||
|
required: false
|
||||||
|
default: ""
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump-version:
|
bump-version:
|
||||||
|
|||||||
19
README.md
19
README.md
@@ -138,6 +138,25 @@ graph.start()
|
|||||||
|
|
||||||
Please [open an issue](https://github.com/Comfy-Org/litegraph.js/issues/) on the GitHub repo.
|
Please [open an issue](https://github.com/Comfy-Org/litegraph.js/issues/) on the GitHub repo.
|
||||||
|
|
||||||
|
# Development
|
||||||
|
|
||||||
|
Litegraph has no runtime dependencies. The build tooling has been tested on Node.JS 20.18.x
|
||||||
|
|
||||||
|
## Releasing
|
||||||
|
|
||||||
|
Use GitHub actions to release normal versions.
|
||||||
|
|
||||||
|
1. Run the `Release a New Version` action, selecting the version incrment type
|
||||||
|
1. Merge the resultion PR
|
||||||
|
1. A GitHub release is automatically published on merge
|
||||||
|
|
||||||
|
### Pre-release
|
||||||
|
|
||||||
|
The action directly translates `Version increment type` to the npm version command. `Pre-release ID (suffix)` is the option for the `--preid` argument.
|
||||||
|
|
||||||
|
e.g. Use `prerelease` increment type to automatically bump the patch version and create a pre-release version. Subsequent runs of prerelease will update the prerelease version only.
|
||||||
|
Use `patch` when ready to remove the pre-release suffix.
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
You can find the [current list of contributors](https://github.com/Comfy-Org/litegraph.js/graphs/contributors) on GitHub.
|
You can find the [current list of contributors](https://github.com/Comfy-Org/litegraph.js/graphs/contributors) on GitHub.
|
||||||
|
|||||||
Reference in New Issue
Block a user