diff --git a/INTERNAL.md b/INTERNAL.md index b38fe33..15cba2b 100644 --- a/INTERNAL.md +++ b/INTERNAL.md @@ -37,3 +37,13 @@ This will generate a version and a tag ```bash git push origin --tags ``` + +## How to recreate a release +Firstly, delete the tag and then push it. + +```bash +git tag --delete +git push origin --delete +``` + + diff --git a/package-lock.json b/package-lock.json index 1b16bc4..8f481fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serverless-migrate-plugin", - "version": "3.0.0", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "serverless-migrate-plugin", - "version": "3.0.0", + "version": "3.0.2", "license": "MIT", "dependencies": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index def274d..1c5d16e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-migrate-plugin", - "version": "3.0.0", + "version": "3.0.2", "description": "Serverless plugin for migrate", "main": "migrate-plugin.js", "scripts": {