AlexGaiser / fast-react

A CLI tool to quickly spin up a lightweight and fully customizable react project
MIT License
0 stars 0 forks source link

Set up CI #13

Open AlexGaiser opened 3 years ago

AlexGaiser commented 3 years ago

We need to add additional protections for branches, maybe we should add some husky git hooks

AlexGaiser commented 3 years ago

@brian-ogilvie I found a repo for a github action that allows for version bumping on a merge to master: https://github.com/maks-stupak/gh-action-bump-version

I don't like their naming conventions, I think we should stick to Semver conventions and bump based on the following keywords in commits:

Just my two cents.

brian-ogilvie commented 3 years ago

Agreed. Standard is better.

AlexGaiser commented 3 years ago

Since we now have support for jest in the project I am adding running the command ci:test to our CI pipeline on merge to master