File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import { consola } from 'consola'
4
4
import { determineBumpType , loadWorkspace } from './_utils'
5
5
6
6
const nightlyPackages = {
7
- nitropack : 'nitropack-edge ' ,
8
- h3 : 'h3-nightly' ,
9
- nuxi : 'nuxi-edge'
7
+ // nitro : 'nitro-nightly ',
8
+ // h3: 'h3-nightly',
9
+ nuxi : 'nuxi-nightly' ,
10
10
}
11
11
12
12
async function main ( ) {
@@ -20,7 +20,7 @@ async function main () {
20
20
for ( const pkg of workspace . packages . filter ( p => ! p . data . private ) ) {
21
21
const newVersion = inc ( pkg . data . version , bumpType || 'patch' )
22
22
workspace . setVersion ( pkg . data . name , `${ newVersion } -${ date } .${ commit } ` , {
23
- updateDeps : true
23
+ updateDeps : true ,
24
24
} )
25
25
for ( const [ name , nightlyName ] of Object . entries ( nightlyPackages ) ) {
26
26
if ( pkg . data . dependencies && name in pkg . data . dependencies ) {
You can’t perform that action at this time.
0 commit comments