|
26 | 26 | - Check on Datalore with a test project (TODO: add link).
|
27 | 27 | - Check for Android with a test project (TODO: add link).
|
28 | 28 | - 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) |
36 | 35 | such that
|
37 | 36 | - `Level.WARNING` messages are changed to `Level.ERROR`
|
38 | 37 | - `Level.ERROR` messages and their functions are removed.
|
39 | 38 | - 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. |
41 | 40 |
|
42 | 41 | (Activities that need to be done for **R**elease **C**andidate releases are marked as such)
|
0 commit comments