-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New releases #188
Comments
Yes ! We should release more. I think the current scheme (semantic versioning) is ok, the use of the CHANGELOG is also very clear. We can do something like : Keep updating the changelog the same way and every month, look at it:
We'll probably see the major update coming long before it appears in the changelog. Maybe systematically adding the vehicles is a good candidate to major update... What do you think ? |
Yes, we can just increase the major number after all these changes. Regarding the changelog, I saw that tellae use some auto-generator based on the PRs. Maybe we could also install this and then have a clean process starting from 2.0.0. @vincent-leblond @leo-desbureaux-tellae @MarieMcLaurent You have some advice on that? |
Is taken care of here #276 |
We should create a new release. Recently, we have worked quite a bit on the file structure which deserves to increase the version number. We should just wait one or two weeks though to see if all of this works well (see #185 for instance).
After, it might make sense to think of a release schedule, so we know when and why we want to make new releases. So far, we simply added things to the changelog and just had a long chain of development versions. Which is also ok, but some people may want to work with stable versions, and it will help in projects and papers to reference the version.
The text was updated successfully, but these errors were encountered: