mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-01-31 09:32:27 +00:00
Updated default Ghost compatibility in release script
no issue - not important, but it saves manually entering it during the release process - Casper is only compatible with Ghost 4.0 moving forwards
This commit is contained in:
parent
f590fb029a
commit
bd1dbd51c7
@ -121,7 +121,7 @@ exports.release = async () => {
|
|||||||
type: 'input',
|
type: 'input',
|
||||||
name: 'compatibleWithGhost',
|
name: 'compatibleWithGhost',
|
||||||
message: 'Which version of Ghost is it compatible with?',
|
message: 'Which version of Ghost is it compatible with?',
|
||||||
default: '3.0.0'
|
default: '4.0.0'
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
const compatibleWithGhost = result.compatibleWithGhost;
|
const compatibleWithGhost = result.compatibleWithGhost;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user