@yugasun/github-actions-starter
v1.0.3
Published
Github Actions Project Template
Downloads
9
Readme
Github Actions Starter
Github Actions Project Template.
Features
- [x] Typescript
- [x] Github Actions
- [x] Eslint
- [x] Prettier
- [x] Jest
- [x] semantic-release
Usage
$ git clone https://github.com/yugasun/github-actions-starter.git
Environment
For auto release
action, you should setup GH_TOKEN
and NPM_TOKEN
secrets.
Development
All git commit
mesage must follow below syntax:
type(scope?): subject #scope is optional
support type:
- feat: add new feature
- fix: fix bug or patch feature
- ci: CI
- chore: modify config, nothing to do with production code
- docs: create or modifiy documents
- refactor: refactor project
- revert: revert
- test: test
Most of time, we just use feat
and fix
.
License
MIT