0 votes
in DevOps by (30.8k points)
How you will do the releases?

1 Answer

0 votes
by (23.1k points)

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

...