-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use semantic-release for easy releasing #45
Comments
more than open to testing new things, especially if you are willing to put
in the effort to setup. Maybe we can try something like this for a future
"version-bump, then release" patch thing. later, that commit might be
written by automation, too!
(here in zipkin-finagle, automating this is a bit less impact as it is a
leaf on the dependency tree.. good choice to try here)
|
First time I hear about |
Right now is really easy. Only thing this allows is easy release from phone
as creating git tag from phone is mildly annoying. Is this the main win?
…On 18 Feb 2018 4:58 pm, "Zoltán Nagy" ***@***.***> wrote:
First time I hear about semantic-release; it looks like a great idea to
me. To be clear, this means that when a maintainer approves a merge, they
need to (a) be sure to check that the commit is correctly labeled for the
change level (this is new) and (b) that merging triggers a release, there
isn't an extra opportunity for a manual safety check – correct? Methinks
these are way cheaper than manually releasing, so I'm all for trying it out.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/openzipkin/zipkin-finagle/issues/41#issuecomment-366501665>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD61-CMVSxSVctQkAgPA0VFUESRqO4Zks5tV-Y8gaJpZM4SJgs->
.
|
I don't know about “main”, but the two other considerations for me are:
|
PS I've not really done many releases here until today :) I also think that this repo is a little more complicated than others, so if picking guinea pigs we can try another :D |
One day @adriancole said:
And I think he is right, we could have all this process automated by using semantic-release. In their own words, it solves the problem:
I used it in a few projects at Typeform (how does it work?) and it worked and I believe
zipkin-finagle
could be a great first project to try this out.Opinions?
@adriancole @openzipkin/devops-tooling
The text was updated successfully, but these errors were encountered: