From 5be6db2d7812c21de8fa6733955fbb97c5b0fe22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Wed, 6 Sep 2023 23:08:03 +0200 Subject: [PATCH] docs: remove dead link to nx.dev (#110) --- README.md | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94e9f5e..82be8ed 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,7 @@ jobs: ## Background -When we run the `affected` command on [Nx](https://nx.dev/), we can specify 2 git history positions - base and head, and it calculates [which projects in your repository changed -between those 2 commits](https://nx.dev/latest/angular/tutorial/11-test-affected-projects#step-11-test-affected-projects -). We can then run a set of tasks (like building or linting) only on those **affected** projects. +When we run the `affected` command on [Nx](https://nx.dev/), we can specify 2 git history positions - base and head, and it calculates which projects in your repository changed between those 2 commits. We can then run a set of tasks (like building or linting) only on those **affected** projects. This makes it easy to set up a CI system that scales well with the continuous growth of your repository, as you add more and more projects. diff --git a/package.json b/package.json index 5998bd2..8684c49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "description": "This package.json is here purely to control the version of the Action, in combination with https://github.com/JamesHenry/publish-shell-action", "scripts": {