We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CONTRIBUTING.md says:
run npm run commit in your terminal after staging your changes in git.
But there ain't no such task in package.json. I installed commitizen npm i -g commitizen and ran git cz but that just made a normal commit.
package.json
npm i -g commitizen
git cz
The text was updated successfully, but these errors were encountered:
Incorrect sentence removed. In any case PR will be squashed and commit messages reformatted if need. Contributor should not worry about it.
Sorry, something went wrong.
refactor(updater): prepare to support private github repo, nuts and s…
3aae466
…o on on macOS BREAKING CHANGE: remove compatibility with very old electron-updater version (< 0.10.0) Close electron-userland#1575, Close electron-userland#1571, Close electron-userland#1577
a41936b
No branches or pull requests
CONTRIBUTING.md says:
But there ain't no such task in
package.json
.I installed commitizen
npm i -g commitizen
and rangit cz
but that just made a normal commit.The text was updated successfully, but these errors were encountered: