-
-
Notifications
You must be signed in to change notification settings - Fork 669
chore: Set up semantic release #1332
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
Conversation
Looking up the |
Btw it seems it could be with optional scope like: |
Yeah, using a scope seems good. I'm however unwilling to force out a |
Now uses my fork of |
Merging, but letting it perform dry runs initially so I can check the logs, hence no actual releases just yet. Going to activate once sufficiently confident that it's working :) |
As discussed on Slack and in #1331, this PR removes our custom release logic, including publishing nightlies which isn't necessary anymore after the change, and installs semantic-release (currently configured to perform dry runs in case something goes wrong).
Commit format would then be:
fix: Message
for a patch (wondering what will happen there with version < 1)feat: Message
for a minorBREAKING CHANGE: Message
(or used as a footer) for a major