Skip to content

Commit e36881c

Browse files
committed
chore: update pkgs
1 parent 88bba6c commit e36881c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

release.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ const branch = process.env.BRANCH || process.env.CI_REF_NAME || ''
44
const branchSlug = branch.replace(/\//g, '-')
55
const branchPrefix = branch.split('/')[0]
66

7+
/**
8+
* @type {import('release-it').Config}
9+
*/
710
const config = {
811
isPreRelease: branch !== 'master',
912
preRelease: branch !== 'master',
@@ -25,8 +28,6 @@ const config = {
2528
},
2629
}
2730

28-
console.debug('config', config)
29-
3031
release(config).then((output) => {
3132
console.debug('output', output)
3233

0 commit comments

Comments
 (0)