Skip to content

Commit

Permalink
copy edit comments & readme (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae authored Jun 2, 2024
1 parent df2d5b6 commit ca049a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ On-wiki testing is conducted at the [Test Wikipedia](https://test.wikipedia.org/
## Deployment
As XFDcloser is a gadget, you must have interface-admin rights to deploy to the wiki.
1. Ensure:
- changes are committed and merged to master branch on GitHub rep
- changes are committed and merged to master branch of the GitHub repo
- you are currently on the master branch, and synced with GitHub repo
2. Bump the version number. See the comments in the `bin\version.js` file for how to do this from the terminal.
2. Bump the version number. See the comments in the `bin\version.js` file for how to do this from the terminal.
3. Commit the version change, and push/sync to GitHub repo
4. Run a full build: run `npm run build` in terminal
5. You are now ready to deploy: see the comments in the `bin\deploy.js` file for how to do this from the terminal.
Expand Down
2 changes: 1 addition & 1 deletion bin/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* - bug fixes and very small changes increment the patch number
* - new features and other changes increment the minor number and reset the
* patch number to 0
* - significant changes, such as shifting coding paradyms or completely
* - significant changes, such as shifting coding paradigms or completely
* redesigning the UI, increment the major number and reset both the minor
* and patch numbers to 0
*
Expand Down

0 comments on commit ca049a8

Please sign in to comment.