windows-installer icon indicating copy to clipboard operation
windows-installer copied to clipboard

Using semantic-release

Open havenchyk opened this issue 9 years ago • 1 comments

Will be cool to use https://github.com/semantic-release/semantic-release as electron-builder does. #69

How do you think guys, @kevinsawicki @paulcbetts? I believe it will simplify release of new versions a lot.

havenchyk avatar Apr 14 '16 12:04 havenchyk

I believe it will simplify release of new versions a lot.

Please note — it also means that you have to use commit message policy — see https://github.com/semantic-release/semantic-release#default-commit-message-format

Also, it doesn't mean that all users will be affected when new version is released — you can configure to release using next (npm tag) (if you are not sure in the changes, but want to provide pre-release versions).

develar avatar Apr 14 '16 12:04 develar