From a677be2c7c3df0ad2a2588bfd2682cdfd165ce98 Mon Sep 17 00:00:00 2001 From: maximlishchenko Date: Tue, 8 Oct 2024 12:43:05 +0300 Subject: [PATCH] fix changelog, delete supported_versions in workflow --- .github/workflows/cicd_npm-publish.yml | 1 - CHANGELOG.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cicd_npm-publish.yml b/.github/workflows/cicd_npm-publish.yml index cd42ebf..bdbf55c 100644 --- a/.github/workflows/cicd_npm-publish.yml +++ b/.github/workflows/cicd_npm-publish.yml @@ -11,5 +11,4 @@ jobs: uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master with: revision: ${{ github.event.pull_request.head.ref }} - supported_versions: '[18]' secrets: inherit \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3f10d..a45104b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Migrate publish flow from Jenkins to GitHub Actions -- Fix Owner name +- Add devops-tooling as owner for .github/workflows/cicd_* ## [0.10.2] - 2024-05-31