You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fx/RELEASE.md

16 lines
646 B
Markdown

1 year ago
# Release
8 months ago
1. Bump version in [version.go](version.go).
2. Bump version in [snapcraft.yaml](snap/snapcraft.yaml).
8 months ago
3. Bump version in [package.json](npm/package.json).
8 months ago
4. Commit changes.
5. Publish npm package.
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.
1 year ago
```sh
8 months ago
npx zx scripts/build.mjs
1 year ago
```
9. Bump version in [install.sh](https://github.com/antonmedv/fx.wtf/blob/master/public/install.sh) and upload it
to [fx.wtf](https://fx.wtf).