Skip to content

Commit eb4020f

Browse files
authored
Update README.dev.md
1 parent 6e38c60 commit eb4020f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.dev.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ 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. By running `npm run lint` make sure the linter does not complain
99-
1. Run the unit tests with `npm run test:unit:ci`
100-
1. Make sure that github.io page is up to date
101-
1. Check whether the [Publish](https://github.com/citation-file-format/cffinit/actions/workflows/publish.yml) workflow worked recently and it was successful
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/cffinit/actions/workflows/publish.yml) workflow worked recently and it was successful
102103

103104
### (2/2) GitHub
104105

0 commit comments

Comments
 (0)