|
7 | 7 | 4. Update README.MD according last code changes
|
8 | 8 | - update artifact version
|
9 | 9 | - update Kotlin version
|
| 10 | + - update the [section](README.md#kotlin-kotlin-jupyter-openapi-arrow-and-jdk-versions) about library versions |
10 | 11 | 5. Create and checkout the release branch
|
11 | 12 | 6. Update project version in the file `gradle.properties` (i.e. 0.9.0 -> 0.10.0)
|
12 | 13 | - For major releases: update project version in the file [`v.list`](https://github.com/Kotlin/dataframe/blame/master/docs/StardustDocs/v.list)
|
13 | 14 | - For major releases: update project version in the file [`main.yml`](https://github.com/Kotlin/dataframe/blob/master/.github/workflows/main.yml)
|
14 | 15 | 7. Update bootstrap dependency version
|
15 |
| -8. Make last commit with release tag (_v0.1.1_ for example) to the release branch |
16 |
| -9. Run tests and build artifacts on TC for the commit with the release tag |
17 |
| -10. Deploy artifacts on MavenCentral based on the commit with the release tag |
18 |
| -11. Check artifacts' availability on MavenCentral |
19 |
| -12. Check Gradle Plugin portal availability (usually it takes 12 hours) |
20 |
| -13. Make final testing |
| 16 | +8. Update`libs.versions.toml` file if required |
| 17 | +9. Make last commit with release tag (_v0.1.1_ for example) to the release branch |
| 18 | +10. Run tests and build artifacts on TC for the commit with the release tag |
| 19 | +11. Deploy artifacts on MavenCentral based on the commit with the release tag |
| 20 | +12. Check artifacts' availability on MavenCentral |
| 21 | +13. Check Gradle Plugin portal availability (usually it takes 12 hours) |
| 22 | +14. Make final testing |
21 | 23 | - Check on Datalore with test project (TODO: add link)
|
22 | 24 | - Check for Android with test project (TODO: add link)
|
23 | 25 | - Check for serverside with test project (TODO: add link)
|
24 |
| -14. Publish Documentation from [GitHub Action](https://github.com/Kotlin/dataframe/actions/workflows/main.yml) |
25 |
| -15. Prepare and publish the Release Notes |
26 |
| -16. Create Release from release tag on the GitHub |
27 |
| -17. 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 |
| 26 | +15. Publish Documentation from [GitHub Action](https://github.com/Kotlin/dataframe/actions/workflows/main.yml) |
| 27 | +16. Prepare and publish the Release Notes |
| 28 | +17. Create Release from release tag on the GitHub |
| 29 | +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 |
0 commit comments