Skip to content

Commit

Permalink
Release 30.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Sep 17, 2023
1 parent 29541d3 commit 24ae129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
1. Bump version in [version.go](version.go).
2. Bump version in [snapcraft.yaml](snap/snapcraft.yaml).
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.
4. Publish npm package.
5. Create a new release on [GitHub](/~https://github.com/antonmedv/fx/releases/new).
6. Run [build.mjs](scripts/build.mjs) to upload binaries to the release.
```sh
npx zx scripts/build.js
```
6. Bump version in [install.sh](/~https://github.com/antonmedv/fx.wtf/blob/master/public/install.sh) and upload it
7. 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).
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fx
version: 24.1.0
version: 30.0.0
summary: Terminal JSON viewer
description: Terminal JSON viewer
base: core18
Expand Down

0 comments on commit 24ae129

Please sign in to comment.