fx/RELEASE.md

15 lines
555 B
Markdown
Raw Normal View History

2023-04-07 16:43:39 +03:00
# Release
2023-09-19 22:42:46 +03:00
1. Bump version in [version.go](version.go).
2023-04-07 16:50:14 +03:00
2. Bump version in [snapcraft.yaml](snap/snapcraft.yaml).
2023-09-13 17:28:10 +03:00
3. Bump version in [package.json](npm/package.json).
2023-09-19 22:42:46 +03:00
4. Commit changes.
5. Publish npm package.
6. Create a new release on [GitHub](https://github.com/antonmedv/fx/releases/new).
7. Run [build.mjs](scripts/build.mjs) to upload binaries to the release.
2023-04-07 16:43:39 +03:00
```sh
2023-09-24 16:06:42 +03:00
npx zx scripts/build.mjs
2023-04-07 16:43:39 +03:00
```
2023-09-19 22:42:46 +03:00
8. Bump version in [install.sh](https://github.com/antonmedv/fx.wtf/blob/master/public/install.sh) and upload it
2023-09-15 17:55:21 +03:00
to [fx.wtf](https://fx.wtf).