agones.dev/agones@v1.53.0/docs/governance/release_process.md (about)

     1  # Agones Release Management
     2  
     3  # Release Cadence
     4  
     5  - Versioned releases will occur every 6 weeks
     6  - Releases occur on a Tuesday.
     7  
     8  ## Release Calendar
     9  
    10  - [Web View](https://calendar.google.com/calendar/embed?src=google.com_828n8f18hfbtrs4vu4h1sks218%40group.calendar.google.com&ctz=America%2FLos_Angeles)
    11  - [iCal](https://calendar.google.com/calendar/ical/google.com_828n8f18hfbtrs4vu4h1sks218%40group.calendar.google.com/public/basic.ics)
    12  
    13  # Release Process
    14  
    15  1. Create a Release Issue from the [release issue template](./templates/release_issue.md).
    16  1. Label the issue `kind/release`, and attach it to the milestone that it matches.
    17  1. Complete all items in the release issue checklist.
    18  1. Close the release issue.
    19  
    20  # Patch Release Process
    21  
    22  1. Create a Release Issue from the [patch release issue template](./templates/patch_release_issue.md).
    23  1. Label the issue `kind/release`, and attach it to the milestone that it matches.
    24  1. Complete all items in the patch release issue checklist.
    25  1. Close the patch release issue.
    26  
    27  # Hot fix Process
    28   
    29  1. Hotfixes will occur as needed, to be determined by those will commit access on the repository.
    30  1. Create a Release Issue from the [release issue template](./templates/release_issue.md).
    31  1. Label the issue `release`, and attach it to the next upcoming milestone.
    32  1. Complete all items in the release issue checklist.
    33  1. Close the release issue.
    34  
    35