From 54311078fbab6ae4e336ee5077338633884d809e Mon Sep 17 00:00:00 2001 From: "LAPTOP-4ONCPGNL\\Mtran" Date: Thu, 5 Dec 2019 18:10:30 +1100 Subject: [PATCH] =?UTF-8?q?Revert=20"docs:=20=E2=9C=8F=EF=B8=8F=20Adjusted?= =?UTF-8?q?=20docs=20for=20changes=20to=20Netlify=20workflow"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 20545dfa4b2839d7dcb0a59003020089383fd960. --- projects/mitch-datasource-documentation/manual/development.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/mitch-datasource-documentation/manual/development.md b/projects/mitch-datasource-documentation/manual/development.md index 5a06771..3554b84 100644 --- a/projects/mitch-datasource-documentation/manual/development.md +++ b/projects/mitch-datasource-documentation/manual/development.md @@ -52,7 +52,6 @@ This package has a CI/CD pipeline with CircleCI configured. It has a workflow se - Tagging the latest commit with vX.X.X - Create a GitHub release (auto-generating the documentation) - Publish to NPM package registry -- Publish to generated Docs to Netlify (using `netlify-cli`) However, this works through commit messages, so all commits, aside from merges needs to be under a certain format. For more information, see the section [Commit Messages](#commit-messages). @@ -87,7 +86,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 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 - `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