https://github.com/afeiship/standard-project
Standard project workflow.
https://github.com/afeiship/standard-project
develop feature hotfix master project release standard
Last synced: 6 months ago
JSON representation
Standard project workflow.
- Host: GitHub
- URL: https://github.com/afeiship/standard-project
- Owner: afeiship
- Created: 2019-04-04T12:48:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T08:16:36.000Z (over 6 years ago)
- Last Synced: 2025-02-07T11:31:00.213Z (about 1 year ago)
- Topics: develop, feature, hotfix, master, project, release, standard
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# standard-project
> Standard project workflow.
## docs
- https://afeiship.github.io/standard-project/
## release
1. build your project
```shell
npm run build
git add --all
git commit -m "add: for build"
git push
```
2. make release
```shell
rake stdapp:make
```
3. commit release
```shell
rake stdapp:commit
```
4. release in remote
```shell
ssh user@201.201.22.12
cd /data/standard-project
git pull
```
## todos
- [ ]一个 latest 的分支,保存最近一个 production 的 release
- [ ] 需要将最新的代码,合并到 master 分支上去
- [ ] rake-mail 支持静默发布 --quite