mainsail-crew / MainsailOS

This Raspberry Pi distribution for managing Klipper 3D printers with Mainsail provides all you need.
https://docs.mainsail.xyz/setup/mainsail-os
GNU General Public License v3.0
524 stars 250 forks source link

refactor(ci): refactor version handling #279

Closed KwadFan closed 1 month ago

KwadFan commented 5 months ago

This removes the file src/version and the according get_version function. This function leads to issues if paths inside the runners are different. Instead modify and push the default file using the build action.

KwadFan commented 1 month ago

Closing this PR. Split versioning and config file handling in seperat PR's.