Add maintenance document, fix bug that snuck through
This commit is contained in:
parent
7fab63c1ae
commit
a233686996
|
@ -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.
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue