chore: fix version generation during release (#8342)
Co-authored-by: jrandolf <101637635+jrandolf@users.noreply.github.com>
This commit is contained in:
parent
cec8ff5e40
commit
1bf8bb3c22
@ -20,8 +20,8 @@ module.exports = {
|
|||||||
tag: true,
|
tag: true,
|
||||||
},
|
},
|
||||||
scripts: {
|
scripts: {
|
||||||
prerelease:
|
prerelease: 'node utils/remove_version_suffix.js',
|
||||||
'node utils/remove_version_suffix.js && node utils/generate_version_file.js',
|
postbump:
|
||||||
postbump: 'IS_RELEASE=true npm run doc && git add --update',
|
'node utils/generate_version_file.js && IS_RELEASE=true npm run doc && git add --update',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user