Skip to content

Commit

Permalink
Update the release procedure docs/tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed May 12, 2023
1 parent d5581e8 commit 81c6b58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ To release a new `<version>` of `kotlinx-coroutines`:
* [`coroutines-guide-ui.md`](ui/coroutines-guide-ui.md)
* Properties
* [`gradle.properties`](gradle.properties)
* [`integration-testing/gradle.properties`](integration-testing/gradle.properties)
* Make sure to **exclude** `CHANGES.md` from replacements.

As an alternative approach, you can use `./bump-version.sh new_version`
Expand Down
3 changes: 2 additions & 1 deletion bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ done)
set +e
version_mentions=$(
find . -type f \( -iname '*.properties' -o -iname '*.md' \) \
-not -iname CHANGES.md \
-not -iname CHANGES.md -not -iname CHANGES_UP_TO_1.7.md \
-not -path ./integration/kotlinx-coroutines-jdk8/README.md \
-exec git grep --fixed-strings --word "$old_version" {} +
)
set -e
Expand Down

0 comments on commit 81c6b58

Please sign in to comment.