forked from maidsafe/autonomi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-cycle-info
18 lines (18 loc) · 961 Bytes
/
release-cycle-info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The reason for having the year and month here rather than reading it from the OS is because we
# have two cycles per month, but the RC can be built for the first cycle of the following month, in
# the current month. So for example, you could build the first September RC before the month of
# August ends, hence reading the current date from the OS would give you 08 rather than 09. The same
# thing applies to the year. So, it's simple enough to just define them here.
#
# The release-cycle is the cycle within the current month. It will be 1 or 2. It is set at the
# beginning of the cycle.
#
# The release-cycle-counter is initially set to 1 at the beginning of each cycle, and during the
# cycle, it will be incremented for each RC build.
#
# Both of these numbers are used in the packaged version number, which is a collective version
# number for all the released binaries.
release-year: 2024
release-month: 11
release-cycle: 1
release-cycle-counter: 6