summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-10-12 16:26:21 +0200
committerLibravatar GitHub <noreply@github.com>2024-10-12 16:26:21 +0200
commit4716840c4e581e6fb1a24f0938a2575853333049 (patch)
treecb437e7a5d7d49ba267c30f8ca50f3794bcba136 /CONTRIBUTING.md
parent[chore] Update goreleaser, add release notes template (#3421) (diff)
downloadgotosocial-4716840c4e581e6fb1a24f0938a2575853333049.tar.xz
[chore] goreleaser - use custom previous tag (#3422)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cd0df69d7..ee5e13918 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -195,7 +195,7 @@ Then install Node and Yarn as described in [Stylesheet / Web dev](#stylesheet--w
Finally, to create a snapshot build, do:
```bash
-goreleaser --rm-dist --snapshot
+GORELEASER_PREVIOUS_TAG=$(git tag -l | grep -v rc | sort -V --reverse | head -n 1) goreleaser --clean --snapshot
```
If all goes according to plan, you should now have a number of multiple-architecture binaries and tars inside the `./dist` folder, and snapshot Docker images should be built (check your terminal output for version).