From a0910436b6d6be9f459712ea2e06ccfb191d92fc Mon Sep 17 00:00:00 2001 From: "LAPTOP-4ONCPGNL\\Mtran" <mtran0011@outlook.com> Date: Thu, 5 Dec 2019 08:47:18 +1100 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Minor=20typo=20fix?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/mitch-datasource-documentation/manual/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mitch-datasource-documentation/manual/development.md b/projects/mitch-datasource-documentation/manual/development.md index a54bf3c..28e16e5 100644 --- a/projects/mitch-datasource-documentation/manual/development.md +++ b/projects/mitch-datasource-documentation/manual/development.md @@ -87,7 +87,7 @@ Although this is a monorepo, it doesn't have multiple packages to release and pu This package was created using: - `semantic-release` to automate the release process to NPM, and creating git releases. Used as part of the CI/CD CircleCI configuration as a CLI tool (called through node `npx` command). See the root `.circleci/config.yml` & `.circleci/notes.txt` for more details -- `netlify-cli` to automate the release process for the static HTML documentation generated by `esdoc` to `netlify` static website hosting service. Used as part of the semantic-release as a CLI tool (called through node `npx` command). +- `netlify-cli` to automate the release process for the static HTML documentation generated by `esdoc` to `netlify` static website hosting service. Used as part of `semantic-release` (called through node `npx` command). - `commitizen` which ensures commits is in a nice format. See `commit` script of the main repository scripts - `webpack` as the bundler - `npm` scripts to run common tasks (e.g. build and sass compilation), instead of gulp, grunt