From 7a6a4ab95a87f732f7371e0cd5b725947fa9f124 Mon Sep 17 00:00:00 2001 From: Miroslav Jonas Date: Wed, 6 Sep 2023 15:59:34 +0200 Subject: [PATCH] docs: remove dead link to nx.dev --- 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": {