Skip to content

Commit

Permalink
Revert "docs: ✏️ Adjusted docs for changes to Netlify workflow"
Browse files Browse the repository at this point in the history
This reverts commit 20545df.
  • Loading branch information
deltoss committed Dec 5, 2019
1 parent 3e2b5e2 commit 5431107
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5431107

Please sign in to comment.