Skip to content

Commit

Permalink
better DOI handling (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Dec 4, 2024
1 parent a1a993e commit 5873706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ or with the commandline switch `-a final`.
// :final:

ifdef::final[]
:current-version: {version}
:current-version-as-attribute: {version}
// Change the DOI prior to releasing the next version
:doi: 10.5281/zenodo.14275599
// No changes needed beyond this line
:current-version: {version}
:current-version-as-attribute: {version}
:doi-text: DOI: link:https://doi.org/{doi}[{doi}]
endif::[]
ifndef::final[]
Expand All @@ -22,4 +22,4 @@ ifndef::final[]
:doi: 10.5281/zenodo.FFFFFF
:doi-text: has no DOI yet: link:https://doi.org/{doi}[{doi}]
endif::[]
doi-link: https://doi.org/{doi}
:doi-link: https://doi.org/{doi}

0 comments on commit 5873706

Please sign in to comment.