Skip to content
New issue

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

Automate release process using semantic-release #77

Merged
merged 14 commits into from
May 11, 2020
Merged

Conversation

sbrudz
Copy link
Contributor

@sbrudz sbrudz commented Apr 28, 2020

This PR automates the release process using the semantic-release library. Fixes #71

When a PR is merged to the master branch and the tests pass, the semantic release library will create a new GitHub release with release notes and a zip file for the Chrome Web Store attached. Publishing to the Chrome Web Store is still a manual step -- that will be done in #72.

All commit messages are now required to follow AngularJS's commit message convention. I've configured Commitizen and husky to enforce this and provide assistance in writing proper messages.

There is support configured for releasing first to a beta branch, but we haven't been able to get beta publishing to work in the Chrome Web Store, so this feature is currently disabled.

@sbrudz sbrudz merged commit 7a82b8f into master May 11, 2020
@github-actions
Copy link

🎉 This PR is included in version 1.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@sbrudz sbrudz deleted the semantic-release branch May 13, 2020 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate incrementing of version number
3 participants