[PATCH] D133923: [Release] Add bump-version script.

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 23:40:43 PDT 2022


thieta added inline comments.


================
Comment at: llvm/utils/release/bump-version.py:215
+
+    files_to_update = (
+        # Main CMakeLists.
----------------
hans wrote:
> This is very sparse, especially with all the newlines. Could it be just
> 
> ```
> [
> ("llvm/utils/gn/secondary/llvm/version.gni", GNIProcessor())}
> ...
> ]
> ```
I made it a bit more compact. The formatting comes from `black` which is pretty much pep8 - so I like to keep that even if I don't always agree with it. But it looks better now I think.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133923/new/

https://reviews.llvm.org/D133923



More information about the llvm-commits mailing list