summaryrefslogtreecommitdiffstats
path: root/vendor/adler-0.2.3/RELEASE_PROCESS.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
commit698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch)
tree173a775858bd501c378080a10dca74132f05bc50 /vendor/adler-0.2.3/RELEASE_PROCESS.md
parentInitial commit. (diff)
downloadrustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz
rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/adler-0.2.3/RELEASE_PROCESS.md')
-rw-r--r--vendor/adler-0.2.3/RELEASE_PROCESS.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/adler-0.2.3/RELEASE_PROCESS.md b/vendor/adler-0.2.3/RELEASE_PROCESS.md
new file mode 100644
index 000000000..71a367341
--- /dev/null
+++ b/vendor/adler-0.2.3/RELEASE_PROCESS.md
@@ -0,0 +1,13 @@
+# What to do to publish a new release
+
+1. Ensure all notable changes are in the changelog under "Unreleased".
+
+2. Execute `cargo release <level>` to bump version(s), tag and publish
+ everything. External subcommand, must be installed with `cargo install
+ cargo-release`.
+
+ `<level>` can be one of `major|minor|patch`. If this is the first release
+ (`0.1.0`), use `minor`, since the version starts out as `0.0.0`.
+
+3. Go to the GitHub releases, edit the just-pushed tag. Copy the release notes
+ from the changelog.