Skip to content

Commit 885d458

Browse files
authored
Update README.dev.md
1 parent 4ccded3 commit 885d458

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.dev.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@ This section describes how to make a release in 2 parts:
9595
### (1/2) Preparation
9696

9797
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
103104

104105
### (2/2) GitHub
105106

0 commit comments

Comments
 (0)