Skip to content

Commit

Permalink
Add v5.1.0 / release-5.1 where it is missing (#5893) (#5899)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 1, 2021
1 parent 046a3af commit 9d07a90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Currently, we maintain six versions of TiDB documentation, each with a separate
| Docs branch name | Version description |
| :--- | :--- |
| `master` branch | the latest development version |
| `release-5.1` branch | the 5.1 version |
| `release-5.0` branch | the 5.0 stable version |
| `release-4.0` branch | the 4.0 stable version |
| `release-3.1` branch | the 3.1 stable version |
Expand All @@ -51,6 +52,7 @@ Currently, we maintain six versions of TiDB documentation, each with a separate
- If your changes apply to only one docs version, just submit a PR to the corresponding version branch.

- If your changes apply to multiple docs versions, you don't have to submit a PR to each branch. Instead, after you submit your PR, trigger the sre-bot to submit a PR to other version branches by adding one or several of the following labels as needed. Once the current PR is merged, sre-bot will start to work.
- `needs-cherry-pick-5.1` label: sre-bot will submit a PR to the `release-5.1` branch.
- `needs-cherry-pick-5.0` label: sre-bot will submit a PR to the `release-5.0` branch.
- `needs-cherry-pick-4.0` label: sre-bot will submit a PR to the `release-4.0` branch.
- `needs-cherry-pick-3.1` label: sre-bot will submit a PR to the `release-3.1` branch.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ Currently, we maintain the following versions of TiDB documentation in different
| Branch name | TiDB docs version |
| :---------|:----------|
| [`master`](https://github.com/pingcap/docs/tree/master) | The latest development version |
| [`release-5.1`](https://github.com/pingcap/docs/tree/release-5.1) | 5.1 version |
| [`release-5.0`](https://github.com/pingcap/docs/tree/release-5.0) | 5.0 stable version |
| [`release-4.0`](https://github.com/pingcap/docs/tree/release-4.0) | 4.0 stable version |
| [`release-3.1`](https://github.com/pingcap/docs/tree/release-3.1) | 3.1 stable version |
| [`release-3.0`](https://github.com/pingcap/docs/tree/release-3.0) | 3.0 stable version |
| [`release-2.1`](https://github.com/pingcap/docs/tree/release-2.1) | 2.1 stable version |

## Contributing

[<img src="media/contribution-map.png" alt="contribution-map" width="180">](https://github.com/pingcap/community/tree/master/special-interest-groups/sig-docs)
[<img src="media/contribution-map.png" alt="contribution-map" width="180" />](https://github.com/pingcap/community/tree/master/special-interest-groups/sig-docs)

See [TiDB Documentation Contributing Guide](/CONTRIBUTING.md) to become a contributor! 🤓

0 comments on commit 9d07a90

Please sign in to comment.