File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ To release a new `<version>` of `kotlinx-coroutines`:
1919 * [ ` coroutines-guide-ui.md ` ] ( ui/coroutines-guide-ui.md )
2020 * Properties
2121 * [ ` gradle.properties ` ] ( gradle.properties )
22+ * [ ` integration-testing/gradle.properties ` ] ( integration-testing/gradle.properties )
2223 * Make sure to ** exclude** ` CHANGES.md ` from replacements.
2324
2425 As an alternative approach, you can use ` ./bump-version.sh new_version `
Original file line number Diff line number Diff line change 8080set +e
8181version_mentions=$(
8282 find . -type f \( -iname ' *.properties' -o -iname ' *.md' \) \
83- -not -iname CHANGES.md \
83+ -not -iname CHANGES.md -not -iname CHANGES_UP_TO_1.7.md \
84+ -not -path ./integration/kotlinx-coroutines-jdk8/README.md \
8485 -exec git grep --fixed-strings --word " $old_version " {} +
8586 )
8687set -e
You can’t perform that action at this time.
0 commit comments