Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.73 KB

RELEASE_GUIDELINES.md

File metadata and controls

59 lines (48 loc) · 2.73 KB

RELEASE GUIDELINES

  • There is a scheduled release on the 15th of every month on the following repositories:

  • Repositories use release version according to the Semantic Versioning

  • Docker images with release tags are pushed upon creation of a github release (commits to master push images with ci tags)

  • Following are the docker images:

  • Tracking of releases is done on Github project board

  • The release flow consists of the following steps:

    • Sprint Planning based on backlogs & feature requests from the community
    • Feature Development with unit-tests & integration/bdd (behaviour driven development) tests
    • Code/Enhancement freeze with release branch & RC1 (Release Candidate) creation
    • User & Dev Documentation
    • Execution of (end-to-end) tests against chaos charts, followed by fixes to issues identified
    • Cherry pick of commits from master (fixes) to release branch
    • Doc sanity tests
    • Litmus release with change log
  • Releases

  • For more info, please visit here.