From 6d817551624e907f8166b85ba54d98efb49b7c56 Mon Sep 17 00:00:00 2001 From: "Federico M. Facca" Date: Mon, 16 Dec 2024 10:20:10 +0100 Subject: [PATCH 1/2] Update markdown.yaml --- .github/workflows/markdown.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/markdown.yaml b/.github/workflows/markdown.yaml index 05280f6..3e81991 100644 --- a/.github/workflows/markdown.yaml +++ b/.github/workflows/markdown.yaml @@ -108,7 +108,9 @@ jobs: git config --global user.email 'bot@zaphiro.ch' git commit -am "Automated markdown-lint fixes [dependabot skip]" || echo "No changes to commit" git push + shopt -s globstar rm -fr vendor + rm -fr */vendor # Checks the status of hyperlinks in .md and .MD files in verbose mode (the action is case sensitive and .{MD,md}) - name: Check links (.md) uses: gaurav-nelson/github-action-markdown-link-check@v1 From f083e8be3a8c1861ca003750e0b782ad0ea3a9d5 Mon Sep 17 00:00:00 2001 From: cosimomeli Date: Mon, 16 Dec 2024 15:33:34 +0000 Subject: [PATCH 2/2] docs(release_notes): update RELEASE_NOTES.md [dependabot skip] --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9209d9d..707f594 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,8 +4,8 @@ ### Features -- Add workflow to create a new release (PR #145 by @chicco785) - docker workflow: add javascript mode for cache (PR #146 by @chicco785) +- Add workflow to create a new release (PR #145 by @chicco785) - golang workflow: include `.sql` and `.docker/*.yml` files in golang changes filter (PR #142 by @chicco785) - Golang & Docker workflows: add db caching to trivy (PR #138 by @chicco785) @@ -28,6 +28,7 @@ ### Bug Fixes +- Fix link check for `vendor` folders in subdirectories (PR #147 by @chicco785) - deployment workflow: fix yaml-update-action@v1 is not available (PR #139 by @chicco785) - deployment workflow: fix tag version extraction (PR #137 by @cosimomeli)