-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CR:use current version number instead of placeholder text
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ update by running the following commands: :: | |
git fetch --tags | ||
gpg --keyserver hkps://keys.openpgp.org --recv-key \ | ||
"2359 E653 8C06 13E6 5295 5E6C 188E DD3B 7B22 E6A3" | ||
git tag -v <your_securedrop_version> | ||
git tag -v 2.6.1 | ||
|
||
The output should include the following two lines: :: | ||
|
||
|
@@ -37,9 +37,9 @@ on the screen of your workstation. A warning that the key is not certified | |
is normal and expected. If the output includes the lines above, you can check | ||
out the new release: :: | ||
|
||
git checkout <your_securedrop_version> | ||
git checkout 2.6.1 | ||
|
||
.. important:: If you do see the warning "refname '<your_securedrop_version>' is ambiguous" in the | ||
.. important:: If you do see the warning "refname '2.6.1' is ambiguous" in the | ||
output, we recommend that you contact us immediately at [email protected] | ||
(`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__). | ||
|
||
|