ember-validations
ember-validations copied to clipboard
Add distribution build to repo
Add build into git repo for easy downloading. Issue https://github.com/lcoq/ember-validations/issues/31
- Remove dist from gitignore
- Built lastest into
distdirectory - Updated README
Thanks for your time !
I believe the dist folder should not be under version control, but the Github releases seems to be the perfect place for the distribution builds.
I can give you an access on this repo for creating new releases. Are you interested ? If not, I guess I can merge this PR until someone has some free time to put builds in Github releases.
Please let me know,
Regards
No problem.
I agree with you for the most part. Using the Github release feature is a much better solution. I am more than happy to create new releases for the builds.
It does bring up the question on how to version the library. How would you like it to be versioned?
I've added you to the collaborators.
The semantic versioning seems pretty good (semver), and the first release could be tagged v0.1.0.
Do you have any other thought about that ?