mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
chore(scripts): use prerelease style alpha version num
This commit is contained in:
@@ -21,7 +21,7 @@ if (match) {
|
||||
if (process.argv[2] === 'nightly' || process.argv[2] === '') {
|
||||
const today = new Date()
|
||||
console.log(
|
||||
ver + '-nightly.' + today.toISOString().split('T')[0].replaceAll('-', '')
|
||||
ver + '-alpha+nightly.' + today.toISOString().split('T')[0].replaceAll('-', '')
|
||||
)
|
||||
} else {
|
||||
console.log(ver)
|
||||
|
||||
Reference in New Issue
Block a user