Skip to content

Commit

Permalink
Update Development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AZMCode authored Jul 31, 2020
1 parent 1de4faf commit 7bdcb79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Source/tutorials/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ Root
```

### CI
WIP. Remind me to fill this out.
There are two CI jobs, one run on every pull request and push, BuildAndTest, and another only run on pushes to `master`, BuildAndRelease.
BuildAndTest does what it says on the Tin.
BuildAndRelease Builds the documentation and deploys it to the gh-pages branch, Packages the project into an NPM package according to package.json, creates a new Release with the given Package version, and uploads the package as a tgz file, using the package name and version in a template string. This action is intended to be modified to publish to as many places as needed, or perform other future packing actions, for example node-packer.

0 comments on commit 7bdcb79

Please sign in to comment.