mirror of
https://github.com/antonmedv/fx
synced 2024-11-15 12:13:06 +00:00
11 lines
398 B
Markdown
11 lines
398 B
Markdown
# Release
|
|
|
|
1. Bump version in [version.go](version.go).
|
|
2. Bump version in [snapcraft.yaml](snap/snapcraft.yaml).
|
|
3. Create a new release on [GitHub](https://github.com/antonmedv/fx/releases/new).
|
|
4. Run [build.mjs](scripts/build.mjs) to upload binaries to the release.
|
|
```sh
|
|
npx zx scripts/build.js
|
|
```
|
|
5. Bump version [install.sh](install.sh) and upload it to [fx.wtf](https://fx.wtf).
|