Skip to content

Commit

Permalink
chore(deps): update kinsondigital/infrastructure action to v13.6.3 (#887
Browse files Browse the repository at this point in the history
)

* chore(deps): update kinsondigital/infrastructure action to v13.6.3

| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| github-tags | KinsonDigital/Infrastructure | v13.6.2 | v13.6.3 |

* docs: remove non releases

* docs: update release notes

* cleanup: remove extra spaces

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Calvin Wilkinson <[email protected]>
Co-authored-by: Calvin Wilkinson <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2024
1 parent cfd0afd commit 5dc6029
Show file tree
Hide file tree
Showing 42 changed files with 28 additions and 603 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-new-item-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
add_new_issue_to_project:
name: Add New Issue
needs: get_item_number
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
org-name: "${{ vars.ORGANIZATION_NAME }}"
org-project-name: "${{ vars.ORG_PROJECT_NAME }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-perf-projects-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build_measure_text_perf_project:
name: Build Measure Text Perf Project
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "MeasureTextPerf"
build-config: Debug
Expand All @@ -28,7 +28,7 @@ jobs:

build_keyboard_perf_project:
name: Build Keyboard Perf Project
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "KeyboardPerf"
build-config: Debug
Expand All @@ -41,7 +41,7 @@ jobs:

build_mouse_perf_project:
name: Build Mouse Perf Project
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "MousePerf"
build-config: Debug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build_status_check:
name: ${{ vars.PROJECT_NAME }} Build Status Check
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "${{ vars.PROJECT_NAME }}"
build-config: Debug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
prepare_release:
name: Prepare ${{ inputs.release-type }} Release Of ${{ vars.PROJECT_NAME }}
needs: print_validate_workflow
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "${{ vars.PROJECT_NAME }}"
release-type: "${{ inputs.release-type }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run_release:
name: Performing ${{ inputs.release-type }} Release of ${{ vars.PROJECT_NAME }} (${{ inputs.release-type == 'Production' && 'Release' || 'Debug' }})
needs: determine_release_notes_path
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "${{ vars.PROJECT_NAME}}"
release-type: "${{ inputs.release-type }}"
Expand All @@ -68,7 +68,7 @@ jobs:

validate_version:
name: Validate Version
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "${{ vars.PROJECT_NAME }}"
release-type: "${{ inputs.release-type }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
sdk_status_check:
name: ${{ vars.PROJECT_NAME }} SDK Status Check
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
repo-name: "${{ vars.PROJECT_NAME }}"
checkout-repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-pr-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github.event_name == 'pull_request_target' &&
!startsWith(github.head_ref, 'renovate/') &&
github.head_ref != 'prev-release' && github.head_ref != 'prod-release'
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
issue-or-pr-number: ${{ github.event.pull_request.number }}
sync-type: initial
Expand All @@ -37,7 +37,7 @@ jobs:
github.head_ref != 'prev-release' && github.head_ref != 'prod-release' &&
github.event.issue.pull_request && github.event.issue.pull_request.url != null &&
contains(github.event.comment.body, '[run-sync]')
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
issue-or-pr-number: ${{ github.event.issue.number }}
sync-type: manual
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-test-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# 'test' related project at least builds.
build_velaptor_testing:
name: Build ${{ vars.PROJECT_NAME }} Testing App
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "${{ vars.PROJECT_NAME }}Testing"
build-config: Debug
Expand All @@ -33,7 +33,7 @@ jobs:
# 'test' related project at least builds.
build_avalonia_testing:
name: Build Avalonia Testing App
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "AvaloniaTesting"
build-config: Debug
Expand All @@ -46,7 +46,7 @@ jobs:

run_tests:
name: Run ${{ vars.PROJECT_NAME }} Tests
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].2
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3
with:
project-name: "${{ vars.PROJECT_NAME }}Tests"
build-config: Debug
Expand Down
4 changes: 2 additions & 2 deletions .vscode/release-notes.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"[${1|BranchValidator,CASL,GitHubData,GitHubReleaseChecker,GotNuget,KDActionUtils,TagVerifier,Velaptor,VersionMiner,VersionValidator|}](https://github.com/KinsonDigital/${1|BranchValidator,CASL,GitHubData,GitHubReleaseChecker,GotNuget,KDActionUtils,TagVerifier,Velaptor,VersionMiner,VersionValidator|})"
],
"description": "Outside contributor link"
}
}
}
}
17 changes: 0 additions & 17 deletions ReleaseNotes/NonReleases/Release-Notes-v0.10.0.md

This file was deleted.

10 changes: 0 additions & 10 deletions ReleaseNotes/NonReleases/Release-Notes-v0.11.0.md

This file was deleted.

25 changes: 0 additions & 25 deletions ReleaseNotes/NonReleases/Release-Notes-v0.12.0.md

This file was deleted.

18 changes: 0 additions & 18 deletions ReleaseNotes/NonReleases/Release-Notes-v0.13.0.md

This file was deleted.

10 changes: 0 additions & 10 deletions ReleaseNotes/NonReleases/Release-Notes-v0.14.0.md

This file was deleted.

21 changes: 0 additions & 21 deletions ReleaseNotes/NonReleases/Release-Notes-v0.15.0.md

This file was deleted.

23 changes: 0 additions & 23 deletions ReleaseNotes/NonReleases/Release-Notes-v0.16.0.md

This file was deleted.

5 changes: 0 additions & 5 deletions ReleaseNotes/NonReleases/Release-Notes-v0.16.1.md

This file was deleted.

7 changes: 0 additions & 7 deletions ReleaseNotes/NonReleases/Release-Notes-v0.17.0.md

This file was deleted.

13 changes: 0 additions & 13 deletions ReleaseNotes/NonReleases/Release-Notes-v0.18.0.md

This file was deleted.

16 changes: 0 additions & 16 deletions ReleaseNotes/NonReleases/Release-Notes-v0.19.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions ReleaseNotes/NonReleases/Release-Notes-v0.20.0.md

This file was deleted.

10 changes: 0 additions & 10 deletions ReleaseNotes/NonReleases/Release-Notes-v0.20.1.md

This file was deleted.

15 changes: 0 additions & 15 deletions ReleaseNotes/NonReleases/Release-Notes-v0.21.0.md

This file was deleted.

Loading

0 comments on commit 5dc6029

Please sign in to comment.