Skip to content

Commit

Permalink
docs: 📚️ release strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Oct 30, 2020
1 parent 9426a89 commit 7dc668a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,14 @@ Look at [these files](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJyg

## Release

x6 uses semantic versioning in release process based on [semver](https://semver.org/).
X6 uses semantic versioning in release process based on [semver](https://semver.org/).

- [Publishing maintenance releases](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/maintenance-releases.md)
- [Publishing pre-releases](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/pre-releases.md)

### Branch Strategy

`master` branch is the latest stable version.
`master` branch is the latest stable version.

- Just checkout develop branch from `master`
- All new features will be added into `master` or `next` branch as well as all bug-fix except security issues. In such way, we can motivate developers to update to the latest stable version.
Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTING.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ BREAKING CHANGE:

## 发布管理

x6 基于 [semver](http://semver.org/lang/zh-CN/) 语义化版本号进行发布。
- [Publishing maintenance releases](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/maintenance-releases.md)
- [Publishing pre-releases](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/pre-releases.md)

X6 基于 [semver](http://semver.org/lang/zh-CN/) 语义化版本号进行发布。

`master` 分支为当前稳定发布的版本。

Expand Down

0 comments on commit 7dc668a

Please sign in to comment.