root_painter icon indicating copy to clipboard operation
root_painter copied to clipboard

Version number specified in multiple places

Open Abe404 opened this issue 3 years ago • 0 comments

Version number is specified in 5 places:

  1. https://github.com/Abe404/root_painter/blob/2825a12f1499b8f3c6f84438a90f7d22529c5f81/painter/src/main/python/about.py#L742
  2. https://github.com/Abe404/root_painter/blob/2825a12f1499b8f3c6f84438a90f7d22529c5f81/painter/src/build/assets/Installer.nsi#L8
  3. https://github.com/Abe404/root_painter/blob/2825a12f1499b8f3c6f84438a90f7d22529c5f81/painter/src/build/DEBIAN_control#L2
  4. https://github.com/Abe404/root_painter/blob/b605511eb4cfba44adfbfe5f43ccb77688b4fa2c/painter/src/build/settings/base.json#L6
  5. When I actually create the release+tag it is specified manually

How can I specify the version number only once? (or twice if I have to).

Abe404 avatar Sep 16 '22 16:09 Abe404