Skip to content

Commit

Permalink
Merge pull request #504 from citation-file-format/503-prep-2.0.1
Browse files Browse the repository at this point in the history
preparation for 2.0.1 release
  • Loading branch information
jspaaks authored May 19, 2022
2 parents dbc369d + ed54101 commit b84bb75
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": {
"id": "Apache-2.0"
},
"publication_date": "2021-11-02",
"publication_date": "2022-05-19",
"title": "cffinit",
"version": "2.0.0"
"version": "2.0.1"
}
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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-19
identifiers:
- type: doi
value: 10.5281/zenodo.5638837
Expand All @@ -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
7 changes: 5 additions & 2 deletions README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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
Expand All @@ -150,7 +150,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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</a>
</div>
<span class="col text-right text-white text-body1 text-bold">
Version 2.0.0
Version 2.0.1
</span>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/LayoutLanding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
</div>
<span class="text-right text-black text-body1 text-bold">
Version 2.0.0
Version 2.0.1
</span>
</div>
</div>
Expand Down

0 comments on commit b84bb75

Please sign in to comment.