Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Oct 18, 2024
2 parents e482ec9 + 8b421cd commit 16356bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tasks.withType<AbstractDokkaTask>().configureEach {
mapOf(
"org.jetbrains.dokka.base.DokkaBase" to """{ "templatesDir" : "${
rootDir.resolve("dokka-templates")
}"""
}" }"""
)
)
}
Expand Down
4 changes: 1 addition & 3 deletions docs/ReleaseChecklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ The following steps are usually performed:
- Add a note describing what will be released to the [CHANGELOG](../CHANGELOG.md);
- Bump up the current version in [gradle.properties](../gradle.properties);
- Commit changes in `README`, `CHANGELOG` and `gradle.properties` into the `develop` branch;
- Checkout `gh-pages` branch, generate documentation using Dokka (`./gradlew dokkaHtmlMultiModule`), move it to `docs` directory, and commit it all;
- that generated docs use correct `kotlinx-io` version;
- [Deploy](https://teamcity.jetbrains.com/buildConfiguration/KotlinTools_KotlinxIo_DeployRunThisOne)
a pre-release version of the library into [Sonatype](http://oss.sonatype.org) staging repository,
close it and [run smoke tests](https://teamcity.jetbrains.com/buildConfiguration/KotlinTools_KotlinxIo_DeploymentSmokeTest)
Expand All @@ -35,7 +33,7 @@ with this pre-release version;
necessary;
- release names are usually starts with `v`, like `v0.9.10`, but there's no `v` in a git tag, like `0.9.10`.
- Deploy the release version, close the repo, run smoke tests with it and if tests passed, release the repository.
- Push `gh-pages` branch;
- Update version in `KOTLINX_IO_RELEASE_TAG` for [JetBrains/kotlin-web-site](https://github.com/JetBrains/kotlin-web-site/blob/master/.teamcity/BuildParams.kt#L7)
- Set previously created draft in [kotlinx-io/releases](https://github.com/Kotlin/kotlinx-io/releases)
as the latest version;
- That's all, folks!

0 comments on commit 16356bd

Please sign in to comment.