Skip to content

Commit bd5d9a7

Browse files
Update build_release.py steps to reflect split of LATEST_RELEASE file (#1984)
* Genericize LATEST_RELEASE update step for build_release.py * Update tools/build_release.py Update bullet point to give more details Co-authored-by: Marcos <marcoskirsch@users.noreply.github.com> * Update build_release.py Restore indentation * Update build_release.py Delete backtick --------- Co-authored-by: Marcos <marcoskirsch@users.noreply.github.com>
1 parent 6f61f9b commit bd5d9a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def main():
3838
* Change the "Unreleased" header to the version of the release
3939
* Change [Unreleased] in TOC to the version of the release
4040
* Commit to branch
41-
* Update contents of LATEST_RELEASE with the version of the release being created.
41+
* Update contents of src/<driver>/LATEST_RELEASE with the versions of each module being released by dropping the '.dev0' suffix.
4242
* `python3 tools/build_release.py --update --release`
4343
* This will update all the versions to remove any '.devN'
4444
* Commit to branch

0 commit comments

Comments
 (0)