Run integrity on release postbump

Jeremy Tuloup 5 years ago
parent e8de612953
commit 98d2e067f5

@ -1,6 +1,9 @@
import { getPythonVersion, run } from '@jupyterlab/buildutils';
export function postbump(): void {
// run the integrity
run('jlpm integrity');
const newPyVersion = getPythonVersion();
// Commit changes.
run(`git commit -am "Release ${newPyVersion}"`);

Loading…
Cancel
Save