Rename build.version-info to `version-properties` (#33345)
We have to sets of functions that deal with the information about Metabase version. 1. During build process we create `version.properties` file 2. During release we create new `version-info.json` or `version-info-ee.json` files that we store in AWS The first contains the information about the current Metabase version. It's used to generate info in "About Metabase" window, among others. Calling both namespaces `version-info` leads to unnecessary confusion. This commit should make the disctinction between the two more obvious and clear.
Showing
- bin/build/src/build.clj 3 additions, 3 deletionsbin/build/src/build.clj
- bin/build/src/build/version_properties.clj 3 additions, 3 deletionsbin/build/src/build/version_properties.clj
- bin/build/test/build/version_properties_test.clj 4 additions, 4 deletionsbin/build/test/build/version_properties_test.clj
Please register or sign in to comment