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

Konrad Wilhelm Kleine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 06:03:53 PDT 2022


kwk accepted this revision.
kwk added a comment.

With respect to the future solution of making the version more centralized (see  https://discourse.llvm.org/t/rfc-centralized-location-for-version-information/65295) I think this looks good. Great job!



================
Comment at: llvm/utils/release/bump-version.py:96
+    def process_line(self, line: str) -> str:
+        # This maches the CLANG_VERSION line of clang/Config/config.h
+        nline = line
----------------



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