You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Check the feature is not already implemented in the project.
Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: