Skip to content

Commit 1d8bbb1

Browse files
zoobestikpablobaxter
authored andcommitted
breakleg; knit validation fix
1 parent 9c4a7c1 commit 1d8bbb1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

RELEASE.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,20 @@ To release a new `<version>` of `kotlinx-coroutines`:
6262
* Create a release named `<version>`, creating the `<version>` tag.
6363
* Cut & paste lines from [`CHANGES.md`](CHANGES.md) into description.
6464

65-
4. Build and publish the documentation for the web-site: <br>
66-
* Set new value for [`kotlinx.coroutines.release.tag`](https://buildserver.labs.intellij.net/admin/editProject.html?projectId=Kotlin_KotlinSites_Builds_KotlinlangOrg_LibrariesAPIs&tab=projectParams)
67-
* And run deploy [configuration](https://buildserver.labs.intellij.net/buildConfiguration/Kotlin_KotlinSites_Builds_KotlinlangOrg_KotlinCoroutinesApi?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds)
68-
69-
5. Announce the new release in [Slack](https://kotlinlang.slack.com)
65+
4. Announce the new release in [Slack](https://kotlinlang.slack.com)
7066

71-
6. Switch onto the `develop` branch:<br>
67+
5. Switch onto the `develop` branch:<br>
7268
`git checkout develop`
7369

74-
7. Fetch the latest `master`:<br>
70+
6. Fetch the latest `master`:<br>
7571
`git fetch`
7672

77-
8. Merge the release from `master`:<br>
73+
7. Merge the release from `master`:<br>
7874
`git merge origin/master`
7975

80-
9. Push the updates to GitHub:<br>
76+
8. Push the updates to GitHub:<br>
8177
`git push`
78+
79+
9. Build and publish the documentation for the web-site: <br>
80+
* Set new value for [`kotlinx.coroutines.release.tag`](https://buildserver.labs.intellij.net/admin/editProject.html?projectId=Kotlin_KotlinSites_Builds_KotlinlangOrg_LibrariesAPIs&tab=projectParams)
81+
* And run deploy [configuration](https://buildserver.labs.intellij.net/buildConfiguration/Kotlin_KotlinSites_Builds_KotlinlangOrg_KotlinCoroutinesApi?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds)

integration/kotlinx-coroutines-guava/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ Integration with Guava [ListenableFuture](https://github.com/google/guava/wiki/L
6262

6363
<!--- INDEX com.google.common.util.concurrent -->
6464

65-
[com.google.common.util.concurrent.ListenableFuture]: https://google.github.io/guava/releases/31.0.1-jre/api/docs/com/google/common/util/concurrent/ListenableFuture.html
65+
[com.google.common.util.concurrent.ListenableFuture]: https://kotlinlang.org/api/kotlinx.coroutines/https://google.github.io/guava/releases/31.0.1-jre/api/docs/com/google/common/util/concurrent/ListenableFuture.html
6666

6767
<!--- END -->

0 commit comments

Comments
 (0)