From d86503dcda4da3cbbd24fcd3286222d4c36ca97d Mon Sep 17 00:00:00 2001 From: Ilona Shishov Date: Wed, 8 Nov 2023 10:32:38 +0200 Subject: [PATCH] docs: update changelog Signed-off-by: Ilona Shishov --- .github/workflows/ci.yaml | 3 +++ .github/workflows/stage.yml | 3 +++ CHANGELOG.md | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eb369258d..15b2ddc1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,9 @@ on: push: branches: - master + paths-ignore: + - '**/*.md' + - .github/workflows/** pull_request: branches: - master diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 4669b8317..01586c02d 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -6,6 +6,9 @@ on: push: branches: - master + paths-ignore: + - '**/*.md' + - .github/workflows/** jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c66858a..f0930c0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 0.7.3 (Nov 7th 2023) -- enhancement - Support for Golang and Python ecosystems. See [#645](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/645) +## 0.7.3 (Nov 8th 2023) +- enhancement - Support for Golang and Python ecosystems. See [#656](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/656) - enhancement - A new setting for Python and Go environments to restrict package analysis when there is a package version mis-match between the environment and the manifest file. See the [Features section](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/blob/master/README.md#features) of the README for more information. ## 0.7.0 (Sep 11th 2023) - fixes - Improved overall performance and stability with the analysis report.