From 424cc9e8c9cc2b3e5bc2e1b152710395b3fda04c Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Mon, 2 Sep 2019 19:25:38 +0300 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a0ce7c287..430d5bf99 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -19,9 +19,11 @@ - Check `ktor-generator/src/commonMain/kotlin/io/ktor/start/features/server/` - Once added any new features, add it here: `ktor-generator/src/commonMain/kotlin/io/ktor/start/features/all.kt` - Edit `gradle.properties` `version` - - Edit `ktor-intellij-plugin/resources/META-INF/plugin.xml` - * update `version` attribute - * update changelog section + - Run `./synchronize_versions.kt` (optional) + - Otherwise edit `ktor-intellij-plugin/resources/META-INF/plugin.xml` + * update `version` attribute + * update changelog section + - and update `ktor-generator-website/resources/index.html` as well - Run `git status` and review your changes, revert `docs` removals if appeared - Run `./gradlew :ktor-generator-website:buildAndCopy` - Run `./gradlew :ktor-intellij-plugin:build`