0 votes
in DevOps by
How you will do the releases in Devops?

1 Answer

0 votes
by

There are some steps to follow.

  • Create a check list
  • Create a release branch
  • Bump the version
  • Merge release branch to master & tag it.
  • Use a Pull request to merge the release merge
  • Deploy master to Prod Environment
  • Merge back into develop & delete release branch
  • Change log generation
  • Communicating with stack holders
  • Grooming the issue tracker

Related questions

0 votes
asked Jun 29, 2023 in DevOps by SakshiSharma
0 votes
asked Apr 1, 2021 in DevOps by sharadyadav1986
...