Skip to content

Commit fff8d70

Browse files
committed
fix: release a new v4 version
1 parent 19efb8a commit fff8d70

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"commit": false,
1010
"linked": [],
1111
"access": "public",
12-
"baseBranch": "master",
12+
"baseBranch": "release-v4",
1313
"updateInternalDependencies": "patch",
1414
"ignore": []
1515
}

.github/workflows/release.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- release-v4
7+
8+
permissions:
9+
contents: write
10+
id-token: write
11+
pull-requests: write
712

813
jobs:
914
release:
@@ -26,7 +31,9 @@ jobs:
2631
id: changesets
2732
uses: changesets/action@v1
2833
with:
29-
commit: 'chore: release prettier-plugin-svelte'
30-
title: 'chore: release prettier-plugin-svelte'
34+
commit: 'chore: release eslint-plugin-prettier'
35+
title: 'chore: release eslint-plugin-prettier'
3136
env:
3237
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
NPM_CONFIG_PROVENANCE: true
39+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-prettier",
3-
"version": "4.2.1",
3+
"version": "4.2.4",
44
"description": "Runs prettier as an eslint rule",
55
"repository": "git+https://github.com/prettier/eslint-plugin-prettier.git",
66
"homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",

0 commit comments

Comments
 (0)