Skip to content

Commit

Permalink
feat(js-plugins): 🎸 add copy plugin (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maidang1 authored Sep 25, 2024
1 parent 5cb2524 commit e9d5b8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-js-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 1 addition & 7 deletions js-plugins/copy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion js-plugins/copy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e9d5b8d

Please sign in to comment.