1.1.0
This commit is contained in:
@@ -3,10 +3,10 @@ import { readFileSync, writeFileSync } from 'fs'
|
||||
const targetVersion = process.env.npm_package_version
|
||||
|
||||
// read minAppVersion from manifest.json and bump version to target version
|
||||
const manifest = JSON.parse(readFileSync('manifest.json', 'utf8'))
|
||||
const manifest = JSON.parse(readFileSync('manifest-beta.json', 'utf8'))
|
||||
const { minAppVersion } = manifest
|
||||
manifest.version = targetVersion
|
||||
writeFileSync('manifest.json', JSON.stringify(manifest, null, '\t'))
|
||||
writeFileSync('manifest-beta.json', JSON.stringify(manifest, null, '\t'))
|
||||
|
||||
// update versions.json with target version and minAppVersion from manifest.json
|
||||
const versions = JSON.parse(readFileSync('versions.json', 'utf8'))
|
||||
|
||||
Reference in New Issue
Block a user