@yugasun/github-actions-starter

Github Actions Project Template

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@yugasun/github-actions-starter
1.0.34 years ago4 years agoMinified + gzip package size for @yugasun/github-actions-starter in KB

Readme

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