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'
44import { determineBumpType , loadWorkspace } from './_utils'
55
66const 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' ,
1010}
1111
1212async function main ( ) {
@@ -20,7 +20,7 @@ async function main () {
2020 for ( const pkg of workspace . packages . filter ( p => ! p . data . private ) ) {
2121 const newVersion = inc ( pkg . data . version , bumpType || 'patch' )
2222 workspace . setVersion ( pkg . data . name , `${ newVersion } -${ date } .${ commit } ` , {
23- updateDeps : true
23+ updateDeps : true ,
2424 } )
2525 for ( const [ name , nightlyName ] of Object . entries ( nightlyPackages ) ) {
2626 if ( pkg . data . dependencies && name in pkg . data . dependencies ) {
You can’t perform that action at this time.
0 commit comments