Lines Matching +full:build +full:- +full:website
3 To release a new `<version>` of `kotlinx-coroutines`:
14 4. Search & replace `<old-version>` with `<version>` across the project files. Should replace in:
17 * [`kotlinx-coroutines-debug/README.md`](kotlinx-coroutines-debug/README.md)
18 * [`kotlinx-coroutines-test/README.md`](kotlinx-coroutines-test/README.md)
19 * [`coroutines-guide-ui.md`](ui/coroutines-guide-ui.md)
22 * [`integration-testing/gradle.properties`](integration-testing/gradle.properties)
25 As an alternative approach, you can use `./bump-version.sh new_version`
33 `git checkout -b version-<version>`
36 `git commit -a -m "Version <version>"`
39 `git push -u origin version-<version>`
41 9. Create a Pull-Request on GitHub from the `version-<version>` branch into `master`:
47 * Wait until "Build" configuration for committed `version-<version>` branch passes tests.
49 - Use the `version-<version>` branch
50 - Set the `DeployVersion` build parameter to `<version>`
59 `git merge version-<version>`<br>
80 9. Propose the website documentation update: <br>
81 …tps://github.com/JetBrains/kotlin-web-site/blob/master/.teamcity/BuildParams.kt), creating a Pull …