From 5969194abef8117cbcdeb689540ca9cf78426ea6 Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Wed, 18 May 2022 08:16:15 +0200 Subject: [PATCH 1/4] updated version strings to 2.0.1; updated citation metadata --- .zenodo.json | 4 ++-- CITATION.cff | 4 ++-- README.dev.md | 2 +- package-lock.json | 2 +- package.json | 2 +- src/components/Footer.vue | 2 +- src/components/LayoutLanding.vue | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 7c18d428..408aee37 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -40,7 +40,7 @@ "license": { "id": "Apache-2.0" }, - "publication_date": "2021-11-02", + "publication_date": "2022-05-18", "title": "cffinit", - "version": "2.0.0" + "version": "2.0.1" } diff --git a/CITATION.cff b/CITATION.cff index d9c9df06..ed3e5edb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,7 +24,7 @@ authors: given-names: Jesus orcid: https://orcid.org/0000-0002-2170-3253 cff-version: 1.2.0 -date-released: 2021-11-02 +date-released: 2022-05-18 identifiers: - type: doi value: 10.5281/zenodo.5638837 @@ -45,4 +45,4 @@ license: Apache-2.0 message: If you use this software, please cite it using these metadata. repository-code: https://github.com/citation-file-format/cff-initializer-javascript title: cffinit -version: 2.0.0 +version: 2.0.1 diff --git a/README.dev.md b/README.dev.md index 6289e333..18ac11a6 100644 --- a/README.dev.md +++ b/README.dev.md @@ -122,7 +122,7 @@ This section describes how to make a release in 2 parts: 1. Verify that the information in `CITATION.cff` is correct 2. Generate an updated version of `.zenodo.json` if needed using `cffconvert` -3. Make sure the version field in `package.json` is correct +3. Make sure the version field in `package.json` and `package-lock.json` are correct 4. Update the version in the [landing page footer](src/components/LayoutLanding.vue). 5. Update the version in the [app footer](src/components/Footer.vue). 6. By running `npm run lint` make sure the linter does not complain diff --git a/package-lock.json b/package-lock.json index 93834e39..ed6a9de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cffinit", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4d62b1e5..3ef69abc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cffinit", - "version": "2.0.0", + "version": "2.0.1", "description": "Web form to assist people in creating a CITATION.cff file for their projects.", "productName": "cffinit", "author": "Netherlands eScience Center", diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 78162094..4aa68695 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -12,7 +12,7 @@ - Version 2.0.0 + Version 2.0.1 diff --git a/src/components/LayoutLanding.vue b/src/components/LayoutLanding.vue index c583ef17..ab72f0e9 100644 --- a/src/components/LayoutLanding.vue +++ b/src/components/LayoutLanding.vue @@ -48,7 +48,7 @@ - Version 2.0.0 + Version 2.0.1 From 5cf662c8228f692367afd501cd360e65ba2b359e Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Wed, 18 May 2022 08:26:12 +0200 Subject: [PATCH 2/4] updated release notes wrt publishing on Zenodo --- README.dev.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.dev.md b/README.dev.md index 18ac11a6..355a2da1 100644 --- a/README.dev.md +++ b/README.dev.md @@ -132,7 +132,10 @@ This section describes how to make a release in 2 parts: ### (2/2) GitHub -Make a [release on GitHub](https://github.com/citation-file-format/cff-initializer-javascript/releases/new). +1. Make a [release on GitHub](https://github.com/citation-file-format/cff-initializer-javascript/releases/new). +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. +3. Go to Zenodo, log in, inspect the draft release. If all looks good, click "Publish" in Zenodo's frontend. + ## References From 40afa8c8d46c618fa64f9a20f24045b4ff528d0a Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Thu, 19 May 2022 14:16:33 +0200 Subject: [PATCH 3/4] Update .zenodo.json --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 408aee37..6c885dfe 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -40,7 +40,7 @@ "license": { "id": "Apache-2.0" }, - "publication_date": "2022-05-18", + "publication_date": "2022-05-19", "title": "cffinit", "version": "2.0.1" } From ed541015b8b76726d0864fd50efb8beb1cd4c7f1 Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Thu, 19 May 2022 14:16:45 +0200 Subject: [PATCH 4/4] Update CITATION.cff --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index ed3e5edb..47e04f2c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,7 +24,7 @@ authors: given-names: Jesus orcid: https://orcid.org/0000-0002-2170-3253 cff-version: 1.2.0 -date-released: 2022-05-18 +date-released: 2022-05-19 identifiers: - type: doi value: 10.5281/zenodo.5638837