Skip to content

Commit b84bb75

Browse files
authored
Merge pull request #504 from citation-file-format/503-prep-2.0.1
preparation for 2.0.1 release
2 parents dbc369d + ed54101 commit b84bb75

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"license": {
4141
"id": "Apache-2.0"
4242
},
43-
"publication_date": "2021-11-02",
43+
"publication_date": "2022-05-19",
4444
"title": "cffinit",
45-
"version": "2.0.0"
45+
"version": "2.0.1"
4646
}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ authors:
2424
given-names: Jesus
2525
orcid: https://orcid.org/0000-0002-2170-3253
2626
cff-version: 1.2.0
27-
date-released: 2021-11-02
27+
date-released: 2022-05-19
2828
identifiers:
2929
- type: doi
3030
value: 10.5281/zenodo.5638837
@@ -45,4 +45,4 @@ license: Apache-2.0
4545
message: If you use this software, please cite it using these metadata.
4646
repository-code: https://github.com/citation-file-format/cff-initializer-javascript
4747
title: cffinit
48-
version: 2.0.0
48+
version: 2.0.1

README.dev.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ This section describes how to make a release in 2 parts:
140140

141141
1. Verify that the information in `CITATION.cff` is correct
142142
2. Generate an updated version of `.zenodo.json` if needed using `cffconvert`
143-
3. Make sure the version field in `package.json` is correct
143+
3. Make sure the version field in `package.json` and `package-lock.json` are correct
144144
4. Update the version in the [landing page footer](src/components/LayoutLanding.vue).
145145
5. Update the version in the [app footer](src/components/Footer.vue).
146146
6. By running `npm run lint` make sure the linter does not complain
@@ -150,7 +150,10 @@ This section describes how to make a release in 2 parts:
150150

151151
### (2/2) GitHub
152152

153-
Make a [release on GitHub](https://github.com/citation-file-format/cff-initializer-javascript/releases/new).
153+
1. Make a [release on GitHub](https://github.com/citation-file-format/cff-initializer-javascript/releases/new).
154+
2. Check whether the [zenodraft](https://github.com/citation-file-format/cff-initializer-javascript/actions/workflows/zenodraft.yml) workflow was triggered correctly by the GitHub release.
155+
3. Go to Zenodo, log in, inspect the draft release. If all looks good, click "Publish" in Zenodo's frontend.
156+
154157

155158
## References
156159

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cffinit",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Web form to assist people in creating a CITATION.cff file for their projects.",
55
"productName": "cffinit",
66
"author": "Netherlands eScience Center",

src/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</a>
1313
</div>
1414
<span class="col text-right text-white text-body1 text-bold">
15-
Version 2.0.0
15+
Version 2.0.1
1616
</span>
1717
</div>
1818
</template>

src/components/LayoutLanding.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</div>
4949
</div>
5050
<span class="text-right text-black text-body1 text-bold">
51-
Version 2.0.0
51+
Version 2.0.1
5252
</span>
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)