1.10.0-beta.1

This commit is contained in:
Simon Cambier
2023-01-03 10:33:52 +01:00
parent 2854bb78b6
commit c31cf745ab
3 changed files with 47 additions and 148 deletions

View File

@@ -1,6 +1,7 @@
import { readFileSync, writeFileSync } from 'fs'
const targetVersion = process.env.npm_package_version
console.log(`Bumping version to ${targetVersion}`)
// read minAppVersion from manifest.json and bump version to target version
const manifest = JSON.parse(readFileSync('manifest-beta.json', 'utf8'))