Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare docs for 1.7.0 #58

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ width="100%" alt="Nx - Smart, Extensible Build Framework"></p>
version: 2.1

orbs:
nx: nrwl/nx@1.6.2
nx: nrwl/nx@1.7.0

jobs:
checks:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description: >
usage:
version: 2.1
orbs:
nx: nrwl/nx@1.6.2
nx: nrwl/nx@1.7.0
2 changes: 1 addition & 1 deletion src/examples/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down