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 652ad10 commit 9fb3160Copy full SHA for 9fb3160
ship.config.js
@@ -1,6 +1,6 @@
1
import execa from 'execa'
2
import path from 'path'
3
-import { promise as fs } from 'fs'
+import { promises as fs } from 'fs'
4
5
function extractSpecificChangelog(changelog, version) {
6
if (!changelog) {
0 commit comments