-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Release process generate (bin distributed) #283
Comments
We can use the goreleaser by @caarlos0 (Help us in implementing 😄) |
Hi there =D |
well, let me know what you need =) |
We need to create a generating release mechanism ( |
I usually have a github personal token with repo access and add it to my CI (which is configured like this -> https://goreleaser.com/#continous_integration ) and then whenever I want to release I just push a tag and wait for the CI to do the work for me. I've seen some people also tagging and running goreleaser locally, something like I personally prefer the CI-working-for-me model though :) |
FWIW I also have a small cli to do things like will polish it a little and make it public :) |
There -> https://github.com/caarlos0/svu |
We need to start generating vim-bootstrap launch (binary), simplifies the process of generating rpm, dev and etc.
The text was updated successfully, but these errors were encountered: