summaryrefslogtreecommitdiff
path: root/tools/cut_a_release.md
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-09-14 16:46:36 -0400
committerGitHub <noreply@github.com>2021-09-14 16:46:36 -0400
commitf92cc66f0dbf8e9753f2e98d4469190f3b561eb0 (patch)
tree22e8dafe862f9de4439de14f31ab4b3797ecceac /tools/cut_a_release.md
parent16c27fce1ffd33081487aa21763c927d90c494ad (diff)
1.14.0 (#12074)
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r--tools/cut_a_release.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md
index f5f3649b2..5335518c7 100644
--- a/tools/cut_a_release.md
+++ b/tools/cut_a_release.md
@@ -27,29 +27,30 @@ cut.**
4. Run `./tools/release/02_publish_dependency_crates.ts` to publish these bumped
crates to `crates.io`
-**Make sure that `cargo` is logged on with a user that has permissions to
-publish those crates.**
+ **Make sure that `cargo` is logged on with a user that has permissions to
+ publish those crates.**
-If there are any problems when you publish, that require you to change the code,
-then after applying the fixes they should be committed and pushed to the PR.
+ If there are any problems when you publish, that require you to change the
+ code, then after applying the fixes they should be committed and pushed to
+ the PR.
-4. Once all crates are published merge the PR.
+5. Once all crates are published merge the PR.
-5. Run `./tools/release/03_bump_cli_version.ts` to bump the CLI version.
+6. Run `./tools/release/03_bump_cli_version.ts` to bump the CLI version.
-6. Use the output of the above command to update `Releases.md`
+7. Use the output of the above command to update `Releases.md`
-7. Create a PR for these changes.
+8. Create a PR for these changes.
-8. Make sure CI pipeline passes.
+9. Make sure CI pipeline passes.
-9. Publish `cli` crate to `crates.io`
+10. Publish `cli` crate to `crates.io`
-10. Merge the PR.
+11. Merge the PR.
-11. Create a tag with the version number (with `v` prefix).
+12. Create a tag with the version number (with `v` prefix).
-12. Wait for CI pipeline on the created tag branch to pass.
+13. Wait for CI pipeline on the created tag branch to pass.
The CI pipeline will create a release draft on GitHub
(https://github.com/denoland/deno/releases).