Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/new_release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Since the dev branch only includes materials that have been peer-reviewed at lea
* Add text to the PR documenting the major model changes. The PR is going to serve as an important record
* Pass automated checks
* Change the version number in the DESCRIPTION file
* Change the version number in the CITATION.cff file
* Update the NEWS.md, are links additional materials necessary? Does the release need a new naming file?
* Check to make sure the internal package data is up to date (fxntable, inputstable, unitstable)


After merging PR

* Create the release via zenodo
Expand Down
11 changes: 7 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cff-version: 3.0.1
cff-version: 3.5.0
message: "If you use this software in your work, please cite it as below."
authors:
- family-names: "Dorheim"
Expand All @@ -7,6 +7,9 @@ authors:
- family-names: "Bond-Lamberty"
given-names: "Ben"
orcid: "https://orcid.org/0000-0001-9525-4633"
- family-names: "Scully"
given-names: "Peter"
orcid: "https://orcid.org/0009-0007-0234-0366"
- family-names: "Hartin"
given-names: "Corinne"
orcid: "https://orcid.org/0000-0003-1834-6539"
Expand All @@ -31,7 +34,7 @@ authors:
given-names: "Dawn"
orcid: "https://orcid.org/0000-0002-0468-4660"
title: "Hector a simple carbon-climate model"
version: 3.0.1
doi: 10.5281/zenodo.7617326
date-released: 2023-02-07
version: 3.5.0
doi: 10.5281/zenodo.821645
date-released: 2025-10-24
url: "https://github.com/jgcri/hector"
Loading