You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Check in package.json that version number is greater than current published version
Make release $ grunt release
Open package.json and increment version number
Commit updated package.json
Push to master including tag created by grunt-release: $ git push --tags
Troubleshooting: If step 6. fails, the already created git tag will make subsequent attempts fail. Remove the tag using $ git tag -d <tag> before retrying.