From 96ebab9d0048d298f16ccea2539bd6335208aaaf Mon Sep 17 00:00:00 2001
From: Miroslav Jonas
Date: Wed, 4 Sep 2024 09:52:54 +0200
Subject: [PATCH 1/2] chore: prepare docs for 1.7.0
---
README.md | 2 +-
src/examples/custom.yml | 2 +-
src/examples/default.yml | 2 +-
src/examples/private.yml | 2 +-
src/examples/tags.yml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index c2f8c7c..fa5cd01 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ width="100%" alt="Nx - Smart, Extensible Build Framework">
version: 2.1
orbs:
- nx: nrwl/nx@1.6.2
+ nx: nrwl/nx@1.7.0
jobs:
checks:
diff --git a/src/examples/custom.yml b/src/examples/custom.yml
index 8d9d827..1c8d7d9 100644
--- a/src/examples/custom.yml
+++ b/src/examples/custom.yml
@@ -8,7 +8,7 @@ description: >
usage:
version: 2.1
orbs:
- nx: nrwl/nx@1.6.2
+ nx: nrwl/nx@1.7.0
jobs:
build:
docker:
diff --git a/src/examples/default.yml b/src/examples/default.yml
index 6449abe..b1991df 100755
--- a/src/examples/default.yml
+++ b/src/examples/default.yml
@@ -3,7 +3,7 @@ description: >
usage:
version: 2.1
orbs:
- nx: nrwl/nx@1.6.2
+ nx: nrwl/nx@1.7.0
jobs:
build:
docker:
diff --git a/src/examples/private.yml b/src/examples/private.yml
index 29a1746..251bb7b 100644
--- a/src/examples/private.yml
+++ b/src/examples/private.yml
@@ -7,4 +7,4 @@ description: >
usage:
version: 2.1
orbs:
- nx: nrwl/nx@1.6.2
+ nx: nrwl/nx@1.7.0
diff --git a/src/examples/tags.yml b/src/examples/tags.yml
index e0ab3f3..fa9ab9b 100755
--- a/src/examples/tags.yml
+++ b/src/examples/tags.yml
@@ -3,7 +3,7 @@ description: >
usage:
version: 2.1
orbs:
- nx: nrwl/nx@1.6.1
+ nx: nrwl/nx@1.7.0
jobs:
build:
docker:
From 49bb3076481518cc5fc36ba3ded1c7a8f6b28ae3 Mon Sep 17 00:00:00 2001
From: Miroslav Jonas
Date: Wed, 4 Sep 2024 09:56:28 +0200
Subject: [PATCH 2/2] chore: update changelog
---
CHANGELOG.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61efe00..7cbc2e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+ - **[fix]**: Delete generated script file on Orb run
+ - **[feat]**: set BASE to empty tree if HEAD~1 does not exist
+
+## [1.6.2] - 2023-09-11
- **[fix]**: Provide more information for private repos when missing access
- - **[fix]**: set BASE to undefined if HEAD~1 does not exist
+ - **[chore]**: Update tooling for orbs
## [1.6.1] - 2022-10-14
- **[fix]**: Use fallback on CirclCI API glitches