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

Update release notes #2908

Closed
wants to merge 13 commits into from
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ workflows:
# <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
mapping: |
docs/.* docs_change true
^((?!docs/).)*$ code_change true
RELEASE.md docs_change true
^(RELEASE.md|(?!docs/).)*$ code_change true
2 changes: 2 additions & 0 deletions .github/workflows/all-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- develop
paths-ignore:
- "docs/**"
- '**.md'
pull_request:
branches:
- main
- develop
paths-ignore:
- "docs/**"
- '**.md'

jobs:
unit-tests:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docs-only-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ on:
branches:
- main
- develop
- try-ga-triggering
- docs-only-check-for-releasemd
paths:
- "docs/**"
- '**.md'
pull_request:
branches:
- main
- develop
- docs-only-check-for-releasemd
paths:
- "docs/**"
- '**.md'

jobs:
lint-tests:
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Bug fixes and other changes
* Updated `kedro pipeline create` and `kedro catalog create` to use new `/conf` file structure.
* Only trigger docs build when release notes have.

## Documentation changes

Expand Down