Skip to content

Commit 2982859

Browse files
committed
fix: releaserc
1 parent 00b5280 commit 2982859

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
{
2424
"files": ["CITATION.cff"],
25-
"from": "version: .*",
26-
"to": "version: ${nextRelease.version}",
25+
"from": "version: \".*\"",
26+
"to": "version: \"${nextRelease.version}\"",
2727
"results": [
2828
{
2929
"file": "CITATION.cff",

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Jaan"
66
orcid: "https://orcid.org/0000-0002-4814-5554"
77
title: "jaantollander/LockPatternComplexity.jl"
8-
version: 0.4.0
8+
version: "0.4.0"
99
doi: 10.5281/zenodo.5758608
1010
date-released: 2021-12-04
1111
url: "https://doi.org/10.5281/zenodo.5758608"

0 commit comments

Comments
 (0)