From 34123088c890d20d7f0ebacd9d36a3e73d10cc73 Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Fri, 10 Jul 2020 09:22:41 +0200 Subject: [PATCH] README: Include zenodo DOI and other badges --- README.md | 7 +++++++ doc/release_notes.rst | 2 ++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index d437f9a2..8eb9fbf6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/pypsa/pypsa-eur?include_prereleases) +[![Documentation](https://readthedocs.org/projects/pypsa-eur-sec/badge/?version=latest)](https://pypsa-eur-sec.readthedocs.io/en/latest/?badge=latest) +![GitHub](https://img.shields.io/github/license/pypsa/pypsa-eur-sec) +![Size](https://img.shields.io/github/repo-size/pypsa/pypsa-eur-sec) +[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.3938042.svg)](https://doi.org/10.5281/zenodo.3938042) +[![Gitter](https://badges.gitter.im/PyPSA/community.svg)](https://gitter.im/PyPSA/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) + # PyPSA-Eur-Sec: A Sector-Coupled Open Optimisation Model of the European Energy System diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 6f91c669..cf238cc8 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -58,4 +58,6 @@ Release Process * Tag a release by running ``git tag v0.x.x``, ``git push``, ``git push --tags``. Include release notes in the tag message. +* Make a `GitHub release `_, which automatically triggers archiving by `zenodo `_. + * Send announcement on the `PyPSA mailing list `_.