Tag after committing

pull/6294/head
Jeremy Tuloup 5 years ago
parent eb6cd21daf
commit 8f82032036

@ -5,4 +5,5 @@ export function postbump(): void {
const newPyVersion = getPythonVersion();
// Commit changes.
run(`git commit -am "Release ${newPyVersion}"`);
run(`git tag ${newPyVersion}`);
}

Loading…
Cancel
Save