Add maintenance document, fix bug that snuck through

This commit is contained in:
Ryan Heywood 2025-01-04 02:12:50 -05:00
parent 7fab63c1ae
commit a233686996
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
2 changed files with 11 additions and 1 deletions

10
MAINTENANCE.md Normal file
View File

@ -0,0 +1,10 @@
# Releasing new versions
* Add and review a new blurb to the changelog by running the
`make-changelog-blurb.sh` script and appending the result to the top of
the file.
* Update all versions of crates listed in the changelog.
* Commit changes.
* Run the `sign-new-versions.sh` script to tag the new versions.
* Run the `publish.sh` script to push the latest packages to the Distrust
Cargo registry.

View File

@ -35,5 +35,5 @@ card-backend-pcsc = { workspace = true, optional = true }
openpgp-card-sequoia = { workspace = true, optional = true } openpgp-card-sequoia = { workspace = true, optional = true }
openpgp-card = { workspace = true, optional = true } openpgp-card = { workspace = true, optional = true }
sequoia-openpgp = { workspace = true, optional = true } sequoia-openpgp = { workspace = true, optional = true }
base64 = "0.22.0" base64 = { workspace = true }
blahaj = "0.6.0" blahaj = "0.6.0"