@yugasun/github-actions-starter

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i @yugasun/github-actions-starter

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

16 kB

Total Files

21

Last publish

Collaborators

  • yugasun