graphql-engine/cli/version
Samir Talwar 53749aa796 CI: Use "12345" for the server version instead of generating one.
We bake the version number into the binary, which means that changing it causes a lot of files to rebuild (also thanks to Template Haskell). We can avoid this by simply using a dummy value which does not change.

When releasing, we still use the Git tag.

This should speed up the server build a lot, most of the time.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8916
GitOrigin-RevId: 7e5f9d4d582dba3eecab52fd37a216cadefba941
2023-04-28 18:19:40 +00:00
..
compatibility_test.go cli: fix cli compatibility check message 2021-05-19 09:32:33 +00:00
compatibility.go cli: fix cli compatibility check message 2021-05-19 09:32:33 +00:00
feature_flags.go cli: refactor version package to use internal/errors 2022-10-28 10:00:12 +00:00
server.go cli: refactor version package to use internal/errors 2022-10-28 10:00:12 +00:00
version_test.go CI: Use "12345" for the server version instead of generating one. 2023-04-28 18:19:40 +00:00
version.go cli: allow managing actions (#3859) 2020-02-24 21:44:46 +05:30