-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wouter van der Plas2
committed
Nov 15, 2023
1 parent
1ab287c
commit ebbf5c1
Showing
3 changed files
with
2,379 additions
and
1,309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
this guide will instruct you on how to deploy iwf | ||
# Deploying iwf | ||
|
||
## pre-commit | ||
This guide will instruct you on how to deploy iwf | ||
|
||
First, run `npm run lint` and `npm run test` to lint and test the project. | ||
## Pre-commit | ||
|
||
See if the results are acceptable. Then push the result to Github. | ||
First, run `npm run lint` and `npm run test` to lint and test the project. | ||
|
||
## tagging | ||
See if the results are acceptable. Then, push the result to Github. | ||
|
||
then tag a new version on Github | ||
increment the minor or the build number | ||
write the change notes | ||
when the tag is saved, Github actions will trigger a build and upload to npm, and the building of the new documentation | ||
## Tagging | ||
|
||
* Then tag a new version on Github | ||
* Increment the minor or the build number | ||
* Write the change notes | ||
* When the tag is saved, Github actions will trigger a build and upload to npm, and the building of the new documentation |
Oops, something went wrong.