Skip to content

Commit

Permalink
Consistently use prep week
Browse files Browse the repository at this point in the history
The week prior to stabilization week is called prep week in Foreman's
branching procedure. This aligns the schedule and Katello's branching
procedure.
  • Loading branch information
ekohl committed Aug 2, 2024
1 parent 0ee482d commit 8211c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion procedures/katello/branch.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

- [ ] Ensure that issues requiring installer changes are merged

# Two Weeks Prior to Branch Date: <%= two_weeks_before %> to <%= two_weeks_before + 4 %>
# Prep week: <%= two_weeks_before %> to <%= two_weeks_before + 4 %>

## Release Owner

Expand Down
2 changes: 1 addition & 1 deletion schedule
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main():
('Event', 'Date'),
('Dev start', dev_start),
('Half way point', dev_start + ((branching - dev_start) / 2)),
('Installer module release week', week_range(branching - relativedelta(weeks=2))),
('Prep week', week_range(branching - relativedelta(weeks=2))),
('Stabilization week', week_range(branching - relativedelta(weeks=1))),
('Branching', branching),
('Release Candidate 1', branching),
Expand Down

0 comments on commit 8211c64

Please sign in to comment.