8000 Add support for adding .cff-file variable in version_variables · Issue #962 · python-semantic-release/python-semantic-release · GitHub
[go: up one dir, main page]

Skip to content 8000
Add support for adding .cff-file variable in version_variables #962
Closed
@geddy11

Description

@geddy11

When you have a CITATION.cff file in a python project, the package version is stored in a variable version in this file which needs to be updated for each release, i.e.:

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Druskat
    given-names: Stephan
    orcid: https://orcid.org/1234-5678-9101-1121
title: "My Research Software"
version: 2.0.4
identifiers:
  - type: doi
    value: 10.5281/zenodo.1234
date-released: 2021-08-11

Request support for adding CITATION.cff to version_variables list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0