You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.dev.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,11 +95,12 @@ This section describes how to make a release in 2 parts:
95
95
### (1/2) Preparation
96
96
97
97
1. Verify that the information in `CITATION.cff` is correct
98
-
1. Make sure the version field in `package.json` is correct
99
-
3. By running `npm run lint` make sure the linter does not complain
100
-
4. Run the unit tests with `npm run test:unit:ci`
101
-
5. Make sure that github.io page is up to date
102
-
6. Check whether the [Publish](https://github.com/citation-file-format/cff-initializer-javascript/actions/workflows/publish.yml) workflow worked recently and it was successful
98
+
2. Generate an updated version of `.zenodo.json` if needed using `cffconvert`
99
+
3. Make sure the version field in `package.json` is correct
100
+
4. By running `npm run lint` make sure the linter does not complain
101
+
5. Run the unit tests with `npm run test:unit:ci`
102
+
6. Make sure that github.io page is up to date
103
+
7. Check whether the [Publish](https://github.com/citation-file-format/cff-initializer-javascript/actions/workflows/publish.yml) workflow worked recently and it was successful
0 commit comments