summaryrefslogtreecommitdiffstats
path: root/vendor/ammonia/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/ammonia/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/ammonia/RELEASE_PROCESS.md')
-rw-r--r--vendor/ammonia/RELEASE_PROCESS.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/ammonia/RELEASE_PROCESS.md b/vendor/ammonia/RELEASE_PROCESS.md
new file mode 100644
index 000000000..12b01deea
--- /dev/null
+++ b/vendor/ammonia/RELEASE_PROCESS.md
@@ -0,0 +1,16 @@
+How to make a release of ammonia
+================================
+
+* Make a pull request with all these changes, wait until it's approved:
+
+ * Bump the version in Cargo.toml
+
+ * Check if all the dependencies are up-to-date
+
+ * Put all the Unreleased stuff in CHANGELOG.md under the new version
+
+* Check out and pull down `master`
+
+* Copy the CHANGELOG into a GitHub release:
+
+* Run `cargo publish`