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-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,10 +123,12 @@ This section describes how to make a release in 2 parts:
123
123
1. Verify that the information in `CITATION.cff` is correct
124
124
2. Generate an updated version of `.zenodo.json` if needed using `cffconvert`
125
125
3. Make sure the version field in `package.json` is correct
126
-
4. By running `npm run lint` make sure the linter does not complain
127
-
5. Run the unit tests with `npm run test:unit:ci`
128
-
6. Make sure that github.io page is up to date
129
-
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
126
+
4. Update the version in the [landing page footer](src/components/LayoutLanding.vue).
127
+
5. Update the version in the [app footer](src/components/Footer.vue).
128
+
6. By running `npm run lint` make sure the linter does not complain
129
+
7. Run the unit tests with `npm run test:unit:ci`
130
+
8. Make sure that github.io page is up to date
131
+
9. 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