yaml / yaml-test-suite

Comprehensive, language independent Test Suite for YAML
MIT License
172 stars 58 forks source link

Versioning of data #14

Open perlpunk opened 6 years ago

perlpunk commented 6 years ago

The current plan is:

TODOs

ingydotnet commented 6 years ago

I like this plan. Thoughts:

perlpunk commented 6 years ago
ingydotnet commented 6 years ago

Let's try tags for now. We can skip the deleting branches idea for now.

jcfr commented 6 years ago

Instead of having data branches, may you could create a release based of master branch and upload a tar.gz containing the generated data ?

ingydotnet commented 6 years ago

I think this is a decent idea.

Anyone can make data from master requiring just the most basic Perl. The tarball can be an alternate method for cave-dwellers. :)

perlpunk commented 6 years ago

There's no need to upload tarfiles if we create tags for the data branch(es). github will do it for us.

perlpunk commented 6 years ago

Commit id from master is now included in data commit message

jcfr commented 6 years ago

Well done @perlpunk