From 4a1438a6ec0532971d96be23f9284768eee7c79d Mon Sep 17 00:00:00 2001 From: Andreas Richter Date: Mon, 26 Oct 2020 17:35:09 +0100 Subject: [PATCH] chore: update dependencies --- .travis.yml | 5 +- CONTRIBUTING.md | 229 ++--- package-lock.json | 2364 ++++++++++++++++++++++++--------------------- package.json | 24 +- 4 files changed, 1396 insertions(+), 1226 deletions(-) diff --git a/.travis.yml b/.travis.yml index afdf4e8..f8bbea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,11 @@ language: node_js node_js: - 10 - 12 + - 14 deploy: - provider: script script: npx nlm release - skip_cleanup: true + cleanup: true 'on': branch: master - node: 12 + node_js: 14 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 443ddde..0361ff6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,16 +1,96 @@ - + # Contributing 🎉🏅 Thanks for helping us improve this project! 🙏 -This document outlines some of the practices we care about. +This document outlines some practices we care about. If you have any questions or suggestions about the process, feel free to [open an issue](#reporting-issues) . ## How Can I Contribute? +#### Commits & Commit Messages + +Please follow the [angular commit message conventions][angular-commits]. +We use an automated tool for generating releases +that depends on the conventions to determine the next version and the content of the changelog. +Commit messages that don't follow the conventions will cause `npm test` (and thus CI) to fail. + +The short summary - a commit message should look like this: + +``` +(): + + + + + +