diff options
author | intrigeri <intrigeri@boum.org> | 2019-03-21 09:38:29 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2019-03-21 09:38:29 +0000 |
commit | 5566ca6a1738105dcdbf577c3bf0ffdeb065478d (patch) | |
tree | 243e51568759f652168cbefbec73aa4061a5e937 | |
parent | 16688b44ee59242931e721481d8374d40d26a3ff (diff) |
Release process: clarify timestamp-related checks (Closes: #16599)
-rw-r--r-- | wiki/src/contribute/release_process.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/src/contribute/release_process.mdwn b/wiki/src/contribute/release_process.mdwn index 9e9ab05..04b78e1 100644 --- a/wiki/src/contribute/release_process.mdwn +++ b/wiki/src/contribute/release_process.mdwn @@ -1510,8 +1510,8 @@ this, and skip what does not make sense for a RC. `wiki/src/upgrade/v1/Tails/<VERSION>/<ARCH>/<CHANNEL>`. 1. Verify that the snapshots used in the release branch are ok, e.g. they use the correct snapshots, and they were bumped - appropriately (they should expire after the major release _after_ - the one you're preparing). Look carefully at the output of this command: + appropriately (they should expire after the next planned major release date). + Look carefully at the output of this command: cd "${RELEASE_CHECKOUT:?}" && \ git checkout "${RELEASE_BRANCH:?}" && \ |