Skip to content

Commit

Permalink
build: update ci/cd config
Browse files Browse the repository at this point in the history
  • Loading branch information
EliuX committed Dec 10, 2024
1 parent b10defa commit a185b0c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions INTERNAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tag, e.g. v3.0.2>
git push origin --delete <tag>
```


4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a185b0c

Please sign in to comment.