You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use semantic release GH action to analyze commits and automate releases and changelogs.
Roadmap
I will update it with PRs.
Get version from app.getVersion() and add it to process.env.CEREBRO_VERSION. By doing this, we dont depend on the package.json for getting the version and we can set it dinamically in CI with the result of the semantic-release.
Change version core plugin to get the version from process.env.CEREBRO_VERSION.
docs: update developers API so they know this new env variable is available.
Move build step to new GH action, triggered by new releases.
Get the release version
Set it in CI by using the electron-builder cli options
Should work with electron-builder -c.extraMetadata.version={{ semantic-release output version }}
Build the executables
The text was updated successfully, but these errors were encountered:
We can use semantic release GH action to analyze commits and automate releases and changelogs.
Roadmap
I will update it with PRs.
app.getVersion()
and add it toprocess.env.CEREBRO_VERSION
. By doing this, we dont depend on thepackage.json
for getting the version and we can set it dinamically in CI with the result of the semantic-release.version
core plugin to get the version fromprocess.env.CEREBRO_VERSION
.process.env
#585conventional-commit
specification.husky
andcommitlint
to lint commits by using git hooks.Should work with
electron-builder -c.extraMetadata.version={{ semantic-release output version }}
The text was updated successfully, but these errors were encountered: