From 27ac2b8a0f1657070d2876b2547e1d72cdb0708f Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Tue, 27 Jun 2023 12:13:23 +0200 Subject: [PATCH] Added update gradle.properties version to RELEASE_CHECK_LIST --- RELEASE_CHECK_LIST.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_CHECK_LIST.md b/RELEASE_CHECK_LIST.md index 32e346b1a2..0665b64cb1 100644 --- a/RELEASE_CHECK_LIST.md +++ b/RELEASE_CHECK_LIST.md @@ -28,3 +28,4 @@ 16. Prepare and publish the Release Notes 17. Create Release from the release tag on GitHub 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 doing this +19. Update DataFrame version in gradle.properties file for next release cycle (i.e. 0.10.0 -> 0.11.0)