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
We're setting up Semantic Versioning in finesse-backend. This is key for managing our releases and changes more effectively. It will help us keep track of updates, ensure compatibility, and make it easier to handle bug reports and feature requests.
Tasks
Set up Semantic Versioning using blueprints.
Update our documentation with the new versioning approach.
Add a way to get the current version from the backend.
Create and implement tests to validate the versioning functionality.
Acceptance Criteria
Semantic Versioning is in place in the backend with blueprints.
Documentation includes info about our versioning.
There's a straightforward method to get the current backend version.
Versioning functionality is thoroughly tested and verified.
The text was updated successfully, but these errors were encountered:
We're setting up Semantic Versioning in
finesse-backend
. This is key for managing our releases and changes more effectively. It will help us keep track of updates, ensure compatibility, and make it easier to handle bug reports and feature requests.Tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: