We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b5280 commit 2982859Copy full SHA for 2982859
.releaserc
@@ -22,8 +22,8 @@
22
},
23
{
24
"files": ["CITATION.cff"],
25
- "from": "version: .*",
26
- "to": "version: ${nextRelease.version}",
+ "from": "version: \".*\"",
+ "to": "version: \"${nextRelease.version}\"",
27
"results": [
28
29
"file": "CITATION.cff",
CITATION.cff
@@ -5,7 +5,7 @@ authors:
5
given-names: "Jaan"
6
orcid: "https://orcid.org/0000-0002-4814-5554"
7
title: "jaantollander/LockPatternComplexity.jl"
8
-version: 0.4.0
+version: "0.4.0"
9
doi: 10.5281/zenodo.5758608
10
date-released: 2021-12-04
11
url: "https://doi.org/10.5281/zenodo.5758608"
0 commit comments