From 256e4b8b2899ef3f97260f849b8ddcc8e8794fb4 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 1 Jan 2023 23:42:09 -0300 Subject: [PATCH] docs: migrating from v3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dd50dca8..41f29d36 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,10 @@ secret named `GH_PAT`, the step will look like this: GITHUB_TOKEN: ${{ secrets.GH_PAT }} ``` +## Migrating from v3 + +If you need the auto-snapshot feature, take a look at [this example repository](https://github.com/caarlos0/goreleaser-action-v4-auto-snapshot-example): it's a minimal working example with all you need. + ## Development ```