UNPKG

118 BPlain TextView Raw
1#!/bin/sh
2
3git tag -a $(cat package.json | json version) -m "Newest published release to npm."
4git push origin --tags