1.0.3 • Published 5 years ago

@yugasun/github-actions-starter v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Github Actions Starter

npm NPM downloads Build Status semantic-release

Github Actions Project Template.

Features

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