Skip to content

Commit f09a10c

Browse files
committed
Update RELEASE_CHECK_LIST document
Added a new step in the release checklist to update the documentation on the Kotlin site. This update specifically includes changes to the overview page and the Data Analysis subchapter page.
1 parent 8990376 commit f09a10c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE_CHECK_LIST.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
1. Run code inspections (fix typos, Kotlin issues, fix code formatting, linter). **RC**
44
2. Write missed KDocs for new APIs. **RC**
5+
3. Update documentation on Kotlin site **RC**
6+
- The overview [page](https://kotlinlang.org/docs/data-analysis-overview.html)
7+
- The Data Analysis subchapter, for example, the [page](https://kotlinlang.org/docs/data-analysis-work-with-data-sources.html)
58
3. Update tutorials according to the latest code changes.
69
4. Update README.MD according last code changes:
710
- update an artifact version.

0 commit comments

Comments
 (0)