fx/RELEASE.md

12 lines
451 B
Markdown
Raw Normal View History

2023-04-07 13:43:39 +00:00
# Release
2023-04-07 13:50:14 +00:00
1. Bump version in [version.go](version.go).
2. Bump version in [snapcraft.yaml](snap/snapcraft.yaml).
2023-09-13 14:28:10 +00:00
3. Bump version in [package.json](npm/package.json).
4. Create a new release on [GitHub](https://github.com/antonmedv/fx/releases/new).
5. Run [build.mjs](scripts/build.mjs) to upload binaries to the release.
2023-04-07 13:43:39 +00:00
```sh
npx zx scripts/build.js
```
2023-09-13 14:28:10 +00:00
6. Bump version [install.sh](install.sh) and upload it to [fx.wtf](https://fx.wtf).