File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 99 "commit" : false ,
1010 "linked" : [],
1111 "access" : " public" ,
12- "baseBranch" : " master " ,
12+ "baseBranch" : " release-v4 " ,
1313 "updateInternalDependencies" : " patch" ,
1414 "ignore" : []
1515}
Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ name: Release
33on :
44 push :
55 branches :
6- - master
6+ - release-v4
7+
8+ permissions :
9+ contents : write
10+ id-token : write
11+ pull-requests : write
712
813jobs :
914 release :
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'
36+ publish : yarn release
3137 env :
3238 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39+ NPM_CONFIG_PROVENANCE : true
40+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments