Skip to content

Commit 1270758

Browse files
committed
chore: use manual CHANGELOG.md
1 parent bf8e967 commit 1270758

File tree

7 files changed

+170
-1199
lines changed

7 files changed

+170
-1199
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: Publish Package
33
on:
44
push:
55
tags:
6-
- "plugin-*" # Push events to matching plugin-*, i.e. plugin-(vue|vue-jsx|react|legacy)@1.0.0
6+
- "plugin-*"
77

88
jobs:
99
publish:
10-
# prevents this action from running on forks
11-
if: github.repository == 'vitejs/vite-plugin-react'
1210
runs-on: ubuntu-latest
1311
environment: Release
1412
steps:
@@ -34,3 +32,5 @@ jobs:
3432
run: pnpm run ci-publish ${{ github.ref_name }}
3533
env:
3634
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
36+
- uses: ArnaudBarre/github-release@v1

.github/workflows/release-tag.yml

-39
This file was deleted.

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,13 @@
3737
"@typescript-eslint/eslint-plugin": "^5.58.0",
3838
"@typescript-eslint/parser": "^5.58.0",
3939
"@vitejs/release-scripts": "^1.1.0",
40-
"conventional-changelog-cli": "^2.2.2",
4140
"eslint": "^8.38.0",
4241
"eslint-define-config": "^1.18.0",
4342
"eslint-plugin-import": "^2.27.5",
4443
"eslint-plugin-node": "^11.1.0",
4544
"eslint-plugin-regexp": "^1.14.0",
46-
"execa": "^7.1.1",
4745
"fs-extra": "^11.1.1",
4846
"lint-staged": "^13.2.1",
49-
"npm-run-all": "^4.1.5",
5047
"picocolors": "^1.0.0",
5148
"playwright-chromium": "^1.32.3",
5249
"prettier": "2.8.7",

packages/plugin-react/CHANGELOG.md

+145-196
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)