Skip to content

Commit b98f3ba

Browse files
committed
Describe creating tags for the compatibility release
1 parent 917d455 commit b98f3ba

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

RELEASE.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,23 @@ When we no longer have the compatibility artifact, we'll remove the subsection.
110110
> `git push`
111111
112112
21. 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

116117
22. 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

Comments
 (0)