We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5800fb4 commit a5c3e3aCopy full SHA for a5c3e3a
.changes/config.json
@@ -14,10 +14,20 @@
14
"command": "pnpm build",
15
"dryRunCommand": "pnpm build"
16
},
17
+ {
18
+ "command": "echo '<details>\n<summary><em><h4>PNPM Publish</h4></em></summary>\n\n```'",
19
+ "dryRunCommand": true,
20
+ "pipe": true
21
+ },
22
{
23
"command": "npm publish --provenance --access public",
24
"dryRunCommand": "npm publish --provenance --access public --dry-run",
25
"pipe": true
26
27
28
+ "command": "echo '```\n\n</details>\n'",
29
30
31
}
32
]
33
0 commit comments