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
-
Pushed a few changes to release workflow:
By default version gets from
package.json
. So you can, for example, simply runnpm version patch && git push
to bump version and draft new release.import.meta.env.VITE_APP_VERSION
will 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