Tags: punkish/zenodeo
Tags
This release adds a workflow route that allows for optional review of… … code. See /workflow More comments have been added to even more files, and also the versioning system has been consolidated in one place, package.json, instead of having versions stored in several different places. Versioning is now simplified with version number stored *only* in package.json. Tag versioning now follows the package versioning. No longer all that `cov3` nonnsense. It was useful while it lasted, but now there is a simplified single version - the API version. Release commits are tagged with the API version, and release candidates are simply marked RC. So, this commit is version 2.6.1 and it will be tagged v2.6.1 and made into a release candidate called RC-2.6.1. Simple.
- Continuing the process of refactoring, more code has been refactore… …d and simplified. - A lot more comments added to the remaining scripts. - The 'test' mode shows performance metrics as well as SQL statements to help in debugging.
new branch will become the basis for all development hereon… named co… …v3 in an effort to stay one step ahead of you-know-what