Skip to content

Commit fdec9a1

Browse files
authored
Removed RELEASE_CHECK_LIST.md
It's run automatically now
1 parent 96b2dae commit fdec9a1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

RELEASE_CHECK_LIST.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,16 @@
2626
- Check on Datalore with a test project (TODO: add link).
2727
- Check for Android with a test project (TODO: add link).
2828
- Check for ServerSide with a test project (TODO: add link).
29-
15. Run `./gradlew korro` to update the code snippets for the docs.
30-
16. Publish Documentation from [GitHub Action](https://github.com/Kotlin/dataframe/actions/workflows/main.yml)
31-
17. Prepare and publish the Release Notes. **RC**
32-
18. Create a Release from the release tag on GitHub. **RC**
33-
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.
34-
20. Update the DataFrame version in the `gradle.properties` file for the next release cycle (i.e. 0.10.0 -> 0.11.0)
35-
21. Update deprecated functions in [deprecationMessages.kt](/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt)
29+
15. Publish Documentation from [GitHub Action](https://github.com/Kotlin/dataframe/actions/workflows/main.yml)
30+
16. Prepare and publish the Release Notes. **RC**
31+
17. Create a Release from the release tag on GitHub. **RC**
32+
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.
33+
19. Update the DataFrame version in the `gradle.properties` file for the next release cycle (i.e. 0.10.0 -> 0.11.0)
34+
20. Update deprecated functions in [deprecationMessages.kt](/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt)
3635
such that
3736
- `Level.WARNING` messages are changed to `Level.ERROR`
3837
- `Level.ERROR` messages and their functions are removed.
3938
- Update regions in the file accordingly.
40-
22. Update Notebook examples, both in the project and on Datalore.
39+
21. Update Notebook examples, both in the project and on Datalore.
4140

4241
(Activities that need to be done for **R**elease **C**andidate releases are marked as such)

0 commit comments

Comments
 (0)