mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Version number shouldn't be in .env #555
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emmguyot-adscom on GitHub (Aug 13, 2024).
Is this a feature for the backend or frontend?
Frontend
What would you like?
The version number should be somewhere else. I propose one of the following:
Why is this needed?
The version number is presently in the client/.env file which needs to be merged on each upgrade of Planka. It's painful
Other information
No response
@meltyshev commented on GitHub (Aug 13, 2024):
Hi! Sure, let's change that. I think the easiest way would be to define a version in package.json and retrieve it from there. Let me test first to make sure nothing breaks, and then I'll push the changes.
UPD: I like the option with genversion, I'll try to put it in the root directory.