Skip to content

Commit 346663a

Browse files
committed
ci: add postPublish command
1 parent fd519ea commit 346663a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

release-please-config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44
"include-component-in-tag": false,
55
"packages": {
66
".": {}
7-
}
7+
},
8+
"plugins": [
9+
{
10+
"type": "manifest",
11+
"postPublish": {
12+
"command": "pnpm lint:fix && git add . && git commit -m 'chore: fix formatting' && git push"
13+
}
14+
}
15+
]
816
}

0 commit comments

Comments
 (0)