We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a290687 commit 83e45baCopy full SHA for 83e45ba
README.dev.md
@@ -144,8 +144,9 @@ This section describes how to make a release in 2 parts:
144
1. Update the version in the [app footer](src/components/Footer.vue).
145
1. Run `npm run lint` and make sure the linter does not complain.
146
1. Run the unit tests with `npm run test:unit:ci`.
147
+1. Push any changes to GitHub, make a PR.
148
1. Inspect the Netlify preview website.
-1. Push any changes to GitHub, then review and merge to the default branch `main`.
149
+1. Review the PR and merge to the default branch `main`.
150
151
### (2/2) Making a release on GitHub
152
0 commit comments