responsive-native icon indicating copy to clipboard operation
responsive-native copied to clipboard

feat: setup ci with github actions

Open akinncar opened this issue 3 years ago • 1 comments

Overview

Closes #3

I created a ci to run on all pull requests to prevent problems with tests, linting, and build.

I did not make automatic publish on release yet because I don't found a good solution to did it with release-it. We have a lot of ways to try to automate publishing, and I need your help to pick the best solution for this project.

Suggestion: we can remove release-it and make a workflow with semantic-release like I did on this commit for react-native-mask-text library. semantic-release can make automatic release and publish when you merge to main (or to a release branch) and it automatically resolves semantic versions according to your commit merge messages.

Todo

  • [X] ci tests on pull request
  • [X] ci linting on pull request
  • [ ] publish to npm on release

akinncar avatar Jun 28 '21 23:06 akinncar

great job @akinncar. It's should be released. cc/ @diego3g

tgmarinho avatar Sep 15 '21 15:09 tgmarinho