2023-04-07 13:43:39 +00:00
|
|
|
# Release
|
|
|
|
|
2023-09-19 19:42:46 +00:00
|
|
|
1. Bump version in [version.go](version.go).
|
2023-04-07 13:50:14 +00:00
|
|
|
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).
|
2023-09-19 19:42:46 +00:00
|
|
|
4. Commit changes.
|
|
|
|
5. Publish npm package.
|
2024-03-11 11:01:40 +00:00
|
|
|
6. Trigger [GitHub Actions](https://github.com/antonmedv/fx/actions) (brew, snap, docker).
|
|
|
|
7. Create a new release on [GitHub](https://github.com/antonmedv/fx/releases/new).
|
|
|
|
8. Run [build.mjs](scripts/build.mjs) to upload binaries to the release.
|
2023-04-07 13:43:39 +00:00
|
|
|
```sh
|
2023-09-24 13:06:42 +00:00
|
|
|
npx zx scripts/build.mjs
|
2023-04-07 13:43:39 +00:00
|
|
|
```
|
2024-03-11 11:01:40 +00:00
|
|
|
9. Bump version in [install.sh](https://github.com/antonmedv/fx.wtf/blob/master/public/install.sh) and upload it
|
2023-09-15 14:55:21 +00:00
|
|
|
to [fx.wtf](https://fx.wtf).
|