From e9d5b8d263c8f13a669c64d44f714fb417455534 Mon Sep 17 00:00:00 2001 From: Madinah <497350746@qq.com> Date: Wed, 25 Sep 2024 22:49:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(js-plugins):=20=F0=9F=8E=B8=20add=20copy?= =?UTF-8?q?=20plugin=20(#77)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-js-plugins.yml | 2 +- js-plugins/copy/CHANGELOG.md | 8 +------- js-plugins/copy/package.json | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-js-plugins.yml b/.github/workflows/release-js-plugins.yml index cbdc41e..db11c0d 100644 --- a/.github/workflows/release-js-plugins.yml +++ b/.github/workflows/release-js-plugins.yml @@ -8,7 +8,7 @@ on: jobs: release: runs-on: ubuntu-latest - if: contains(github.event.head_commit.message, 'rust-plugins') || contains(github.event.head_commit.message, 'all') + if: contains(github.event.head_commit.message, 'js-plugins') || contains(github.event.head_commit.message, 'all') name: release steps: - name: Checkout repo diff --git a/js-plugins/copy/CHANGELOG.md b/js-plugins/copy/CHANGELOG.md index 80c72d8..5c3e1d9 100644 --- a/js-plugins/copy/CHANGELOG.md +++ b/js-plugins/copy/CHANGELOG.md @@ -1,12 +1,6 @@ # @farmfe/js-plugin-copy -## 0.0.3 - -### Patch Changes - -- update copy plugin version - -## 0.0.2 +## 0.0.1 ### Patch Changes diff --git a/js-plugins/copy/package.json b/js-plugins/copy/package.json index 76db4dd..5e1fd77 100644 --- a/js-plugins/copy/package.json +++ b/js-plugins/copy/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/js-plugin-copy", - "version": "0.0.3", + "version": "0.0.1", "description": "", "main": "./build/cjs/index.cjs", "types": "./build/esm/index.d.ts",