There was an error while loading. Please reload this page.
1 parent 4f61e36 commit abcd27aCopy full SHA for abcd27a
1 file changed
scripts/bump-edge.ts
@@ -8,7 +8,7 @@ import { loadWorkspace } from './_utils'
8
async function main () {
9
const workspace = await loadWorkspace(process.cwd())
10
11
- const commit = execSync('git rev-parse --short HEAD').toString('utf-8').trim()
+ const commit = execSync('git rev-parse --short HEAD').toString('utf-8').trim().slice(0, 8)
12
const date = Math.round(Date.now() / (1000 * 60))
13
14
const nuxtPkg = workspace.find('nuxt')
0 commit comments