Skip to content

Commit cf12621

Browse files
Saranya-jenaandoriyaprashant
authored andcommitted
Updated release guidelines (litmuschaos#4819)
Signed-off-by: Saranya-jena <saranya.jena@harness.io> Signed-off-by: andoriyaprashant <prashantandoriya@gmail.com>
1 parent ee2a17a commit cf12621

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

MENTORING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ This document serves as a comprehensive record of mentees, mentors, issues, and
1414
| LFX Mentorship | June 1st - August 31st, 2023 | [Soham Ratnaparkhi](https://github.com/SohamRatnaparkhi) | [Amit Kumar Das](https://github.com/amityt), [Arkajyoti Mukherjee](https://github.com/arkajyotiMukherjee) | https://github.com/litmuschaos/litmus/issues/3970 | -- |
1515
| LFX Mentorship | June 1st - August 31st, 2023 | [Nagesh Bansal](https://github.com/Nageshbansal) | [Shubham Chaudhary](https://github.com/ispeakc0de), [Vansh Bhatia](https://github.com/vanshBhatia-A4k9) | https://github.com/litmuschaos/litmus/issues/3969 | [Blog](https://dev.to/nageshbansal/exploring-litmusctl-a-comprehensive-guide-170k) |
1616
| LFX Mentorship | September 1st - November 30th, 2023 | [Magnim Thibaut Freedisch Batale](https://github.com/Freedisch) | [Saranya Jena](https://github.com/Saranya-jena), [Sayan Mondal](https://github.com/S-ayanide) | https://github.com/litmuschaos/litmus/issues/4102 | [Blog](https://dev.to/freedisch_10/embarking-on-a-professional-growth-adventure-insights-from-my-lfx-mentorship-program-at-litmuschaos-5cbc) |
17-
| LFX Mentorship | September 1st - November 30th, 2023 | [Deep Poharkar](https://github.com/deep-poharkar) | [Sarthak Jain](https://github.com/SarthakJain26), [Neelanjan Manna](https://github.com/neelanjan00) | https://github.com/litmuschaos/litmus/issues/4101 | --
17+
| LFX Mentorship | September 1st - November 30th, 2023 | [Deep Poharkar](https://github.com/deep-poharkar) | [Sarthak Jain](https://github.com/SarthakJain26), [Neelanjan Manna](https://github.com/neelanjan00) | https://github.com/litmuschaos/litmus/issues/4101 | -- |
18+
| LFX Mentorship | March 1st - April 31st, 2024 | [Aryan Bhokare](https://github.com/aryan-bhokare) | [Saranya Jena](https://github.com/Saranya-jena), [Hrishav Kumar](https://github.com/hrishavjha), [Sahil Kumar](https://github.com/SahilKr24) | https://github.com/litmuschaos/litmus/issues/4407 | --
19+
| LFX Mentorship | March 1st - April 31st, 2024 | [Shivam Purohit](https://github.com/shivam-Purohit) | [Sarthak Jain](https://github.com/SarthakJain26), [Vedant Shrotria](https://github.com/jonsy13), [Nagesh Bansal](https://github.com/Nageshbansal) | https://github.com/litmuschaos/litmus/issues/4405 | --
20+
| LFX Mentorship | March 1st - April 31st, 2024 | [M R DHANUSH](https://github.com/Dhanush0369) | [Raj Babu Das](https://github.com/imrajdas), [Shubham Chaudhary](https://github.com/ispeakc0de), [NamKyu Park](https://github.com/namkyu1999) | https://github.com/litmuschaos/litmus/issues/4406 | -- |
1821

1922
> Refer to the [CNCF Mentoring](https://github.com/cncf/mentoring) repository for more details.
2023

RELEASE_GUIDELINES.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ reach out by [filing an issue](https://github.com/litmuschaos/litmus/issues).
3232

3333
- The chaos chart bundles are created by publishing the github releases for the [chaos-charts](https://github.com/litmuschaos/chaos-charts) repo. This is picked by the chaos [charthub](https://hub.litmuschaos.io) for user download.
3434

35-
- Tracking of releases is done on Github [project board](https://github.com/litmuschaos/litmus/projects)
36-
3735
- The release flow consists of the following steps:
3836

3937
- Sprint Planning based on backlogs & feature requests from the community
@@ -56,16 +54,16 @@ considered "pre-releases".
5654

5755
### Major and Minor Releases
5856

59-
Major and minor releases of LitmusChaos will be made from main. Releases of
57+
Major and minor releases of LitmusChaos will be made from master. Releases of
6058
LitmusChaos will be marked with GPG signed tags and announced at
61-
https://github.com/LitmusChaos/LitmusChaos/releases. The tag will be of the
62-
format `v<major>.<minor>.<patch>` and should be made with the command `git tag
63-
-s v<major>.<minor>.<patch>`.
59+
https://github.com/litmuschaos/litmus/releases. The tag will be of the
60+
format `<major>.<minor>.<patch>` and should be made with the command `git tag
61+
-s <major>.<minor>.<patch>`.
6462

6563
After a minor release, a branch will be created, with the format
66-
`release/<major>.<minor>` from the minor tag. All further patch releases will
67-
be done from that branch. For example, once we release `v1.0.0`, a branch
68-
`release/1.0` will be created from that tag. All future patch releases will be
64+
`release-<major>.<minor>.x` from the minor tag. All further patch releases will
65+
be done from that branch. For example, once we release `1.0.0`, a branch
66+
`release-1.0.x` will be created from that tag. All future patch releases will be
6967
done against that branch.
7068

7169
### Pre-releases

0 commit comments

Comments
 (0)