it-tools
it-tools copied to clipboard
Make release tag lexicographically sortable
What type of request is this?
Deployment or CI/CD improvement
Clear and concise description of the feature you are proposing
It will be nice to make the release tags lexicographically sortable by changing the format of the first half of the tag to YYYY.MM.DD.
For example v2024.5.13-a0bc346 -> v2024.05.13-a0bc346
This will help to automatically deploy the latest release with tool like fluxcd.
Is their example of this tool in the wild?
No response
Additional context
No response
Validations
- [x] Check the feature is not already implemented in the project.
- [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- [x] Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).