docs: update release tracking (#363)
* docs: update release tracking Signed-off-by: STRRL <im@strrl.dev> * docs: update sidebar Signed-off-by: STRRL <im@strrl.dev> Signed-off-by: STRRL <im@strrl.dev>
This commit is contained in:
parent
ac1a6bdd5d
commit
8682c51ebd
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
title: Chaos Mesh v2.4.0 Tracking
|
||||
---
|
||||
|
||||
## Links
|
||||
|
||||
- [Chaos Mesh release cycle](release-cycle.md)
|
||||
|
||||
## Tracking Docs
|
||||
|
||||
- [Release 2.4 Milestone](https://github.com/chaos-mesh/chaos-mesh/milestone/11)
|
||||
- [Docs Milestone](https://github.com/chaos-mesh/website/milestone/3)
|
||||
|
||||
## Release manager
|
||||
|
||||
- [STRRL](https://github.com/STRRL)
|
||||
|
||||
## Summary
|
||||
|
||||
| When | Week | As Developer | As Release Manager | Notes |
|
||||
| :-: | :-: | :-: | :-: | :-: |
|
||||
| Monday 1 Aug 2022 | Week 1 | Normal Dev | Normal Dev | |
|
||||
| Monday 5 Sept 2022 | Week 6 | Code Freeze; Fix bugs | Code Freeze | |
|
||||
| Monday 12 Sept 2022 | Week 7 | Code Freeze; Fix bugs | Cut new branch release 2.4 | Cleanup the CHANGELOG on master; Cherry pick bugfixes |
|
||||
| Monday 19 Sept 2022 | Week 8 | Fix bugs | Release Minor Version | |
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: Chaos Mesh v2.5.0 Tracking
|
||||
---
|
||||
|
||||
## Links
|
||||
|
||||
- [Chaos Mesh release cycle](release-cycle.md)
|
||||
|
||||
## Tracking Docs
|
||||
|
||||
- [Release 2.5 Milestone](https://github.com/chaos-mesh/chaos-mesh/milestone/12)
|
||||
- [Docs Milestone](https://github.com/chaos-mesh/website/milestone/4)
|
||||
|
||||
## Release manager
|
||||
|
||||
- [STRRL](https://github.com/STRRL)
|
||||
|
||||
## Summary
|
||||
|
||||
| When | Week | As Developer | As Release Manager | Notes |
|
||||
| :-: | :-: | :-: | :-: | :-: |
|
||||
| Monday 26 Sept 2022 | Week 1 | Normal Dev | Normal Dev | |
|
||||
| Monday 31 Oct 2022 | Week 6 | Code Freeze; Fix bugs | Code Freeze | |
|
||||
| Monday 7 Nov 2022 | Week 7 | Code Freeze; Fix bugs | Cut new branch release 2.5 | Cleanup the CHANGELOG on master; Cherry pick bugfixes |
|
||||
| Monday 14 Nov 2022 | Week 8 | Fix bugs | Release Minor Version | |
|
|
@ -131,7 +131,7 @@ module.exports = {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'Release Tracking',
|
||||
items: ['release-2.4-tracking'],
|
||||
items: ['release-2.5-tracking'],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue