Skip to content

Commit

Permalink
Added tagging requirement to release_process_hotfix.md
Browse files Browse the repository at this point in the history
Signed-off-by: dmccoystephenson <dmccoystephenson@gmail.com>
  • Loading branch information
dmccoystephenson committed Feb 12, 2025
1 parent acb3fdc commit 11897cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/release_process_hotfix.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ After the hotfix branch is created and the code changes are merged, project refe
3. Tag docker images with the version number of each app. (e.g. 1.0.0)
4. Tag docker images with year, month, and day of hotfix. (e.g. 2024-04-01)
5. Tag docker images with 'latest' tag for the most recent release.
6. Tag docker images with `(year)-(quarter)` to indicate the quarter of the release. (e.g. 2024-Q2)

#### Housekeeping
1. Merge master branches into develop branches for each affected project & verify that CI/CD passes.
Expand Down

0 comments on commit 11897cf

Please sign in to comment.