Skip to content

Commit

Permalink
Bump version 0.3.32 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Dec 11, 2024
1 parent 82df3cf commit 8ebd0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "ComfyUI",
"repository": "github:comfy-org/electron",
"copyright": "Copyright © 2024 Comfy Org",
"version": "0.3.31",
"version": "0.3.32",
"homepage": "https://comfy.org",
"description": "The best modular GUI to run AI diffusion models.",
"main": ".vite/build/main.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/releaseTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ try {
const newVersion = packageJson.version

// Commit the version bump
execSync(`git commit -am "Bump version ${newVersion}"`, { stdio: 'inherit' })
execSync(`git commit -am "Bump version ${newVersion}" --no-verify`, { stdio: 'inherit' })

// Create the PR
console.log('Creating PR...')
Expand Down

0 comments on commit 8ebd0e4

Please sign in to comment.