summaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@users.noreply.github.com>2020-10-28 14:03:04 +0300
committerGitHub <noreply@github.com>2020-10-28 14:03:04 +0300
commitaed6cef5cc8f7dc16a52a2d875ce60e910b5b20d (patch)
treed047c842fd974fd6e858eb1826319f8ab30d622c /RELEASING.md
parent9bb671f95544c073aae99d463f90676c27c10213 (diff)
downloadkotlinx.serialization-aed6cef5cc8f7dc16a52a2d875ce60e910b5b20d.tar.gz
Match releasing document with current TeamCity setup (#1130)
(requirements on deploy version and aggregated build with tests) Update version to SNAPSHOT Fixes #981
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 3684467a..d9dee8b9 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -29,9 +29,10 @@ To release new `<version>` of `kotlinx.serialization`:
`git push origin dev && git push origin --tags`
1. On [TeamCity integration server](https://teamcity.jetbrains.com/project.html?projectId=KotlinTools_KotlinxSerialization&tab=projectOverview):
- * Wait until "Runtime library (Build)" configuration for committed `dev` branch passes tests.
- * Run "Runtime library (Depoly - Train)" configuration with selected changes from `dev`.
- * For intermediate releases, you may override version with `reverse.dep.*.system.DeployVersion` build parameter.
+ * Wait until "Runtime library (Build – Aggregated)" configuration for committed `dev` branch passes tests.
+ * Run "Runtime library (Deploy - Train)" configuration:
+ * On 'Changes' tab, select `dev` branch and corresponding commit.
+ * On 'Parameters' tab, find 'Deploy version' and fill in with `<version>`.
4. In [Bintray](https://bintray.com/kotlin/kotlinx/kotlinx.serialization.runtime) admin interface:
* Publish artifacts of the new version.