NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
180 stars 76 forks source link

use concept doi in CITATION.cff #485

Open sverhoeven opened 3 weeks ago

sverhoeven commented 3 weeks ago

In https://github.com/NLeSC/python-template/blob/977268c30e9141272d46ac2f210ac6111183b37f/template/CITATION.cff.jinja#L10-L12

The date-release, version and doi are set. I will forget to update those fields I would rather have

identifiers:
  - description: Latest version of software
    type: doi
    value: "10.5281/zenodo.5119389"

On the first release I need to copy the zenodo concept doi to the cff file and then I do not have to change that section of the file anymore.