Changed release workflow #870
cawa-93
announced in
BREACKING CNANGES
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pushed a few changes to release workflow:
By default version gets from
package.json. So you can, for example, simply runnpm version patch && git pushto bump version and draft new release.import.meta.env.VITE_APP_VERSIONwill be replaced to result of getVersion() function (such as other envs).Old workflows can be founded here https://github.com/cawa-93/vite-electron-builder/tree/f044cee49f4926207e2b86a6ca0b2bf56a59cdae
Beta Was this translation helpful? Give feedback.
All reactions