Skip to content
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

feat: setup ci with github actions #5

Closed
wants to merge 2 commits into from

Conversation

akinncar
Copy link

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

  • ci tests on pull request
  • ci linting on pull request
  • publish to npm on release

@tgmarinho
Copy link

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

@akinncar akinncar closed this Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup CI with Github Actions
2 participants