Skip to content

Commit

Permalink
breakleg; knit validation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Jun 29, 2022
1 parent 74cf9ea commit 8b65a47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions RELEASE.md
Expand Up @@ -62,20 +62,20 @@ To release a new `<version>` of `kotlinx-coroutines`:
* Create a release named `<version>`, creating the `<version>` tag.
* Cut & paste lines from [`CHANGES.md`](CHANGES.md) into description.

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

5. Announce the new release in [Slack](https://kotlinlang.slack.com)
4. Announce the new release in [Slack](https://kotlinlang.slack.com)

6. Switch onto the `develop` branch:<br>
5. Switch onto the `develop` branch:<br>
`git checkout develop`

7. Fetch the latest `master`:<br>
6. Fetch the latest `master`:<br>
`git fetch`

8. Merge the release from `master`:<br>
7. Merge the release from `master`:<br>
`git merge origin/master`

9. Push the updates to GitHub:<br>
8. Push the updates to GitHub:<br>
`git push`

9. Build and publish the documentation for the web-site: <br>
* Set new value for [`kotlinx.coroutines.release.tag`](https://buildserver.labs.intellij.net/admin/editProject.html?projectId=Kotlin_KotlinSites_Builds_KotlinlangOrg_LibrariesAPIs&tab=projectParams)
* And run deploy [configuration](https://buildserver.labs.intellij.net/buildConfiguration/Kotlin_KotlinSites_Builds_KotlinlangOrg_KotlinCoroutinesApi?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds)
2 changes: 1 addition & 1 deletion integration/kotlinx-coroutines-guava/README.md
Expand Up @@ -62,6 +62,6 @@ Integration with Guava [ListenableFuture](https://github.com/google/guava/wiki/L

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

[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
[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

<!--- END -->

0 comments on commit 8b65a47

Please sign in to comment.