summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-10-13 14:53:35 +0200
committerLibravatar GitHub <noreply@github.com>2024-10-13 14:53:35 +0200
commit86fb00da10a9a1af006b82b4842fcc11f06b9232 (patch)
tree253aea323bb4243dd7b3838a79ce7569e567b743 /CONTRIBUTING.md
parent[chore/bugfix] goreleaser make previous_tag cmd busybox-compatible (#3423) (diff)
downloadgotosocial-86fb00da10a9a1af006b82b4842fcc11f06b9232.tar.xz
[chore] Ensure current tag not set as `GORELEASER_PREVIOUS_TAG` (#3424)
* [chore] Ensure current tag not set as `GORELEASER_PREVIOUS_TAG` * tweak tweak
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 37b2608bb..0a7a14544 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_PREVIOUS_TAG=$(git tag -l | grep -v rc | sort -V -r | head -n 1) goreleaser --clean --snapshot
+goreleaser release --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).