fix(core): update
This commit is contained in:
parent
8d0b58d14f
commit
7d2891fc8c
@ -1,3 +1,5 @@
|
||||
|
||||
export const version = '1.0.3';
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const version = '1.0.4';
|
||||
|
@ -22,7 +22,9 @@ export class CommitInfo {
|
||||
if (dirExists) {
|
||||
const writePath = plugins.path.join(this.projectDir, dir, '00_commitinfo_data.ts');
|
||||
await plugins.smartfile.memory.toFs(
|
||||
`
|
||||
`/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const version = '${expectedDefinitiveVersion.versionString}';
|
||||
`,
|
||||
writePath
|
||||
|
Loading…
Reference in New Issue
Block a user