aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2024-02-05 18:46:30 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2024-02-05 19:01:36 +0000
commit329b015d1362017d598258bb77f6d7ce27165e9b (patch)
tree8304726d6a55a3fab568c3a053f1d491a2dc9974
parentb03e5d5e11c52faf441294c8c883a2dfbc0d2021 (diff)
downloadarti-post-release-misc.tar.gz
arti-post-release-misc.zip
doc/Release.md: Discuss trouble with publicationpost-release-misc
-rw-r--r--doc/dev/Release.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/dev/Release.md b/doc/dev/Release.md
index 93e306047..3b5c584d3 100644
--- a/doc/dev/Release.md
+++ b/doc/dev/Release.md
@@ -199,6 +199,10 @@ before you continue!
`; for crate in $(./maint/list_crates_publish); do cargo publish -p "$crate"; done`
+ Ideally you would run this in a `set -e`, so it would fail on
+ errors, but doing that involves filtering the list of crates to
+ only list those that have changed (and therefore have had their
+ versions bumped).
2. We tag the repository with `arti-v${THIS_VERSION}`