UNPKG

git-last-commit

Version:

Read details of the last commit including tags

11 lines (9 loc) 135 B
## Create a new version Update package.json and create a new tag. ``` $ npm version x.y.z ``` ## Publish to NPM ``` $ npm publish ```