From 5f100c620e54f231ce506a6ec1d033774dcfc74d Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Wed, 14 Feb 2018 17:19:24 +0700 Subject: [PATCH] [readme] Fix URL rendering in RELEASE_PROCESS.md --- RELEASE_PROCESS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index ee84a950da1..179d16b749f 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -32,11 +32,11 @@ We usually mark 0.X releases as pre-releases. ### Upload builds ### - Upload build to CDN at upload.cds.intellij.net/builds/releases//: + Upload build to CDN at `upload.cds.intellij.net/builds/releases//`: CDN_URL=upload.cds.intellij.net CDN_USER=... CDN_PASS=... ./gradlew :uploadBundle -Bundles are available at http://download.jetbrains.com/kotlin/native/releases/// +Bundles are available at `http://download.jetbrains.com/kotlin/native/releases///` in few minutes after upload. Upload Gradle plugin to BinTray @@ -47,7 +47,7 @@ in few minutes after upload. Notify #kotlin-native channel on public Slack. - Write a meaningfully sized blog post describing new release at https://blog.jetbrains.com. -Login at https://blog.jetbrains.com/kotlin/wp-login.php. Synchronize with @abreslav and @yole. + Write a meaningfully sized blog post describing new release at `https://blog.jetbrains.com`. +Login at `https://blog.jetbrains.com/kotlin/wp-login.php`. Synchronize with @abreslav and @yole. Publish and enjoy!