dougollerenshaw / CodeAIde

A tool for interactively building and running code with AI
MIT License
1 stars 1 forks source link

Add versioning #7

Closed dougollerenshaw closed 10 hours ago

dougollerenshaw commented 4 days ago

Add semantic versioning. This should be automatically updated whenever a PR is merged with main. I need to identify a good mechanism for doing this.

dougollerenshaw commented 10 hours ago

I'm going to close this. I played with some tools for auto-versioning, including bumpversion. It's very complicated and error prone. I think I'm better off just managing the versions manually for now. I can occasionally generate a release and just increase the version of those releases. For the main branch I'm not going to worry about it.