Skip to content

afeiship/standard-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standard-project

Standard project workflow.

docs

release

  1. build your project
npm run build
git add --all
git commit -m "add: for build"
git push
  1. make release
rake stdapp:make
  1. commit release
rake stdapp:commit
  1. release in remote
ssh user@201.201.22.12
cd /data/standard-project
git pull

todos

  • [ ]一个 latest 的分支,保存最近一个 production 的 release
  • 需要将最新的代码,合并到 master 分支上去
  • rake-mail 支持静默发布 --quite