From fdec9a1aeb83d07b4d866a81982db86bfe02283a Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Wed, 28 Aug 2024 14:59:26 +0200 Subject: [PATCH] Removed RELEASE_CHECK_LIST.md It's run automatically now --- RELEASE_CHECK_LIST.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/RELEASE_CHECK_LIST.md b/RELEASE_CHECK_LIST.md index 11983c12a..409bbe977 100644 --- a/RELEASE_CHECK_LIST.md +++ b/RELEASE_CHECK_LIST.md @@ -26,17 +26,16 @@ - Check on Datalore with a test project (TODO: add link). - Check for Android with a test project (TODO: add link). - Check for ServerSide with a test project (TODO: add link). -15. Run `./gradlew korro` to update the code snippets for the docs. -16. Publish Documentation from [GitHub Action](https://github.com/Kotlin/dataframe/actions/workflows/main.yml) -17. Prepare and publish the Release Notes. **RC** -18. Create a Release from the release tag on GitHub. **RC** -19. Update a KDF version in the [Kotlin Jupyter Descriptor](https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/dataframe.json). Now the Renovate bot does this. -20. Update the DataFrame version in the `gradle.properties` file for the next release cycle (i.e. 0.10.0 -> 0.11.0) -21. Update deprecated functions in [deprecationMessages.kt](/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt) +15. Publish Documentation from [GitHub Action](https://github.com/Kotlin/dataframe/actions/workflows/main.yml) +16. Prepare and publish the Release Notes. **RC** +17. Create a Release from the release tag on GitHub. **RC** +18. Update a KDF version in the [Kotlin Jupyter Descriptor](https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/dataframe.json). Now the Renovate bot does this. +19. Update the DataFrame version in the `gradle.properties` file for the next release cycle (i.e. 0.10.0 -> 0.11.0) +20. Update deprecated functions in [deprecationMessages.kt](/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt) such that - `Level.WARNING` messages are changed to `Level.ERROR` - `Level.ERROR` messages and their functions are removed. - Update regions in the file accordingly. -22. Update Notebook examples, both in the project and on Datalore. +21. Update Notebook examples, both in the project and on Datalore. (Activities that need to be done for **R**elease **C**andidate releases are marked as such)