Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.03 KB

transparent-info

transparent infomation on Novel coronavirus (2019-nCoV)

CI auto release

setup dev

git clone [email protected]:DnCov/transparent-info.git
# or git clone https://github.com/DnCov/transparent-info.git

cd transparent-info
yarn
yarn boot
yarn dev

then edit it open http://localhost:3000 preview

build

yarn build
yarn export

release

Release is now automated

.github/workflows/auto_release.yml

  1. add :prerelease postfix on commit message.
  2. then merge to master branch
  3. the rest things will automatic complete soon

prerelease

  1. add :release postfix on commit message.
  2. then merge to master branch.
  3. the rest things will automatic complete soon