-
Notifications
You must be signed in to change notification settings - Fork 159
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
Implement a version file #14
Comments
Created version YAML file and added support for the "version" Rake task. depends on kronik3r#7 closes kronik3r#14
Sure yeah, any idea how this version should be updated? |
@kronik3r see my commit :) |
no I didn't meant how to do it technically, I meant what strategy could be followed when updating in the future, so if I change a css file should I go and change it to 2.2.1. I mean more something like this: http://semver.org/ |
Semantic Versioning a good idea, yeah. That should be it then. I could implement something of a bigger project in the future, something to automate the versioning of the project, but not for this repo, something else to be generally available. |
Should we have a
_version.yml
file to keep track of the current version of Daktilo that a user installs?The text was updated successfully, but these errors were encountered: