react-places-autocomplete
react-places-autocomplete copied to clipboard
Automated vs manual release? Protecting master/release branch?
Is there an automated (build and) release setup or do you usually release manually? I noticed the link to a Travis CI configuration in the README but it seems to be dead.
I'm thinking now that the project has at least 2 collaborators, protecting the master branch from direct pushes might make sense, especially if there is indeed an automated release setup. If it's manual, however, I don't see an urgent need for action.
WDYT @hibiken?
I have been releasing manually 😄 I agree that we would need some release guideline or automation.
I have not used Github Action but would it be possible to integrate with it?
Hm.. I’ve never used it either but read a little bit about it. How would the pipeline look like?
Just a classic “test, build, release”? That should be doable no problem with Github Actions.
I see. Let me look into Github Action and alternatives as well. I don't think we require any complex pipeline, simple and standard "test, build, release" automation will do.
If you have suggestions, I'm all ears!
Have you tried CircleCI?