Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 442 Bytes

File metadata and controls

9 lines (8 loc) · 442 Bytes

Release Process

  • Create a new branch from development for any new feature or bugfix
  • While working on feature update the changelog in the format of
    • Release Header Placeholder = # Release Date
    • Release Date Placeholder = ## Release Version
    • [Release Type (major / minor / patch)] TicketNumber:
  • After QA, merge the feature/bugfix branch into development
  • Trigger the release workflow from development