FormalLanguageConstrainedPathQuerying / CFPQ_Data

Graphs and grammars for Context-Free Path Querying algorithms evaluation.
https://formallanguageconstrainedpathquerying.github.io/CFPQ_Data/
Other
10 stars 15 forks source link

Establish releases #34

Closed gsvgit closed 4 years ago

gsvgit commented 4 years ago

We should establish releases of CFPQ_data as freeze points for graphs and queries.

  1. Tag on GitHub.
  2. I'm not sure, how we should freeze RDFs, which currently store in Google Drive. Maybe, we should move it to git-lfs. The reason, why RDFs currently store not in git-lfs is that git-lfs has a limit on upload-download operations and it may be a problem for users. Maybe we should just freeze RDFs in a specific folder in Google Drive and fix references to download. But in this case, each release will be in a separate branch. Or master should be for releases only. The dev branch for development.
  3. Release automation: tag creation, branch creation (or not), documentation regeneration, site update, artifacts freezing.