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

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 Dec 1, 2019 in DevOps by SakshiSharma
0 votes
asked Sep 21, 2022 in Mobile Primer by SakshiSharma
...