@@ -110,17 +110,23 @@ When we no longer have the compatibility artifact, we'll remove the subsection.
110110 > ` git push `
111111
11211221 . In [ GitHub] ( https://github.com/Kotlin/kotlinx-datetime ) :
113- * Create a release named ` v<version> ` , creating the ` v<version> ` tag.
113+ * Create a release named ` v<version> ` , creating the ` v<version> ` tag,
114+ based off of the ` version-<version>-normal ` branch.
114115 * Cut & paste lines from [ CHANGELOG.md] ( CHANGELOG.md ) into the description.
115116
11611722 . Set the ` latest-version ` branch to ` v<version> ` .
117118 > ` git checkout latest-release `
118119 > ` git merge --ff-only master `
119120 > ` git push `
120121
121- 23 . Announce the new release in [ Slack] ( https://kotlinlang.slack.com ) .
122+ 23 . Create the ` v<version>-0.6.x-compat ` tag based off of the
123+ ` version-<version>-compat ` branch:
124+ > ` git tag v<version>-0.6.x-compat version-<version>-compat `
125+ > ` git push --tags `
126+
127+ 24 . Announce the new release in [ Slack] ( https://kotlinlang.slack.com ) .
122128
123- 24 . Propose the website documentation update:
129+ 25 . Propose the website documentation update:
124130 * In the ` JetBrains/kotlin-web-site ` repository:
125131 - Update ` dateTimeVersion ` to ` <version> ` in
126132 < https://github.com/JetBrains/kotlin-web-site/blob/master/docs/v.list > .
@@ -132,7 +138,7 @@ When we no longer have the compatibility artifact, we'll remove the subsection.
132138 < https://github.com/JetBrains/kotlin-compiler-server/blob/master/gradle/libs.versions.toml >
133139 - Create a pull request with the changes.
134140
135- 25 . Remove the ` version-<version>-normal ` , ` version-<version>-compat ` , and
141+ 26 . Remove the ` version-<version>-normal ` , ` version-<version>-compat ` , and
136142 ` version-<version> ` branches.
137143
138144### Publishing a normal release
0 commit comments