File tree 2 files changed +3
-1
lines changed
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`:
19
19
* [ ` coroutines-guide-ui.md ` ] ( ui/coroutines-guide-ui.md )
20
20
* Properties
21
21
* [ ` gradle.properties ` ] ( gradle.properties )
22
+ * [ ` integration-testing/gradle.properties ` ] ( integration-testing/gradle.properties )
22
23
* Make sure to ** exclude** ` CHANGES.md ` from replacements.
23
24
24
25
As an alternative approach, you can use ` ./bump-version.sh new_version `
Original file line number Diff line number Diff line change 80
80
set +e
81
81
version_mentions=$(
82
82
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 \
84
85
-exec git grep --fixed-strings --word " $old_version " {} +
85
86
)
86
87
set -e
You can’t perform that action at this time.
0 commit comments