{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2023 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- import "invenio_github/settings/helpers.html" as helpers with context %} {%- extends config.GITHUB_SETTINGS_TEMPLATE %} {%- block settings_content %} {%- set github_rel_url = 'https://github.com/{0}/releases/new'.format(repo.name) %} {%- set latest_success_pid = None %} {%- set latest_published = repo.latest_release(status='D') %} {% set active = true %} {%- if latest_published %} {%- set latest_success_pid = latest_published.release_id %} {%- endif %} {%- block repo_details_header %}
CITATION.cff {{ _('files are plain text files with human- and machine-readable citation information for software. Code developers can include them in their repositories to let others know how to correctly cite their software.') }}
{{ _("An example of the CITATION.cff for this release can be found below:") }}