Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 11, 2020
1 parent 8bb5c7e commit 454c3a0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@

This repository is an example of monorepo release flow.

## Main purposes
## Purposes

- User can control packages versions
- Publish packages from CI
- Publish tag and packages from CI
- Does not support independent mode

## Roles and Works

1. [Person] Develop and Submit Release Pull Request
2. [Team] Review Release Pull Request
3. [CI] Publish

## Release Flow

0. [Local] Checkout release branch: `git checkout release/<uniq>`
1. [Local] Run `yarn run versionup`
- Update CHANGELOG.md and `package.json`'s `version`, and `lerna.json`'s `version`
- Does not git tag
- It does not git tag
2. [Local] Submit to Release Pull Request
3. [GitHub] Review Release Pull Request
4. [GitHub] Write Release Note into the Release Pull Request's body
Expand Down

0 comments on commit 454c3a0

Please sign in to comment.