mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 23:02:25 -05:00
[chore] goreleaser - use custom previous tag (#3422)
This commit is contained in:
parent
c77faee057
commit
4716840c4e
3 changed files with 5 additions and 4 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue