jupyter-naas / abi

The AI system for your everyday business. WIP. Star the repository to stay updated.
https://naas.ai
BSD 3-Clause "New" or "Revised" License
36 stars 7 forks source link

Implement Semantic Versioning for Repository #76

Closed FlorentLvr closed 9 months ago

FlorentLvr commented 9 months ago

Issue

The current repository setup lacks semantic versioning, making it difficult to track and manage version changes effectively.

Solution

The proposed solution is to implement semantic versioning for the repository, ensuring consistent versioning practices and providing clear indicators of backward compatibility and feature updates. This enhancement will streamline version control, improve collaboration, and facilitate easier adoption of new releases for users and contributors. Best practice: https://www.conventionalcommits.org/en/v1.0.0-beta.2/

FlorentLvr commented 9 months ago

@Dr0p42, just received this message when I tried to open a PR and I don't understand why. Does that mean the semantic versioning is not working?

image image
FlorentLvr commented 9 months ago

@Dr0p42, it's working well now! TY