Skip to content

Commit

Permalink
docs: updated CHANGELOG.md & docs
Browse files Browse the repository at this point in the history
🤖 add release changelog using rebot.
  • Loading branch information
ysicing authored and github-actions[bot] committed Sep 12, 2023
1 parent 1737fcd commit 46cd9af
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v3.0.5 (2023-09-12)

* [1737fcd](https://github.com/easysoft/quickon_cli/commit/1737fcd4ba9c42b044458ed4c4fbd8e8ea558767) style(quickon): fmt quickon sub
* [b1cf326](https://github.com/easysoft/quickon_cli/commit/b1cf3261251df81945eae1c20c5d77e076a9412f) fix(version): fix version show

### Contributors

* ysicing

## v3.0.4 (2023-09-12)

* [0dc1d1e](https://github.com/easysoft/quickon_cli/commit/0dc1d1e7f1d59eda579cb474bf9066be5c5f2b0f) refactor(clean): update clean message
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.5
3.0.6
10 changes: 5 additions & 5 deletions docs/qcadmin.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Qcadmin < Formula
desc "qcadmin is an open-source lightweight cli tool for managing quickon."
homepage "https://github.com/easysoft/quickon_cli"
version "3.0.4"
version "3.0.5"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
sha256 "82c4857a19defb6b74bebb9f52df782aa64563c348af2762a413472e288763db"
sha256 "7399f15800bb481536af4cc26c5d1534a40483e2e48d07364cf46a643fcd12be"

def install
bin.install "qcadmin_darwin_arm64" => "qcadmin"
Expand All @@ -15,7 +15,7 @@ def install

if Hardware::CPU.intel?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_amd64"
sha256 "0351a741601825fbff7b9f25027c0c88049baa2e4510383a0054624b3052ff0e"
sha256 "81e3236a22fb634a6874fd50529ec1b7e24fca6fa2f08eaf0ecee1a4961e3cc8"

def install
bin.install "qcadmin_darwin_amd64" => "qcadmin"
Expand All @@ -26,7 +26,7 @@ def install
on_linux do
if Hardware::CPU.intel?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_amd64"
sha256 "e98a1a649bcb80342f2b88be7a71a5604c8f6a503fe4b3d875f9594cc3662046"
sha256 "0bec32207a2be524fdf79e8ee2501f144ca8dd3c8902e8e5edb44a9857a4f159"

def install
bin.install "qcadmin_linux_amd64" => "qcadmin"
Expand All @@ -35,7 +35,7 @@ def install

if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_arm64"
sha256 "7ee337b4d3d7bbdd8a5082de234d7491f0bcabc7b95e5bf635475711687921c0"
sha256 "34834f26127fa23217b41ccf333f385039057c3b219d4282453a65cee1e23eaf"

def install
bin.install "qcadmin_linux_arm64" => "qcadmin"
Expand Down
2 changes: 1 addition & 1 deletion docs/qcadmin_platform_db_list_dbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ qcadmin platform db list dbs [flags]
### Examples

```
/tmp/go-build3095235410/b001/exe/docs platform db list dbs
/tmp/go-build2010539862/b001/exe/docs platform db list dbs
```

### Options
Expand Down
2 changes: 1 addition & 1 deletion docs/qcadmin_platform_db_list_dbservice.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ qcadmin platform db list dbservice [flags]
### Examples

```
/tmp/go-build3095235410/b001/exe/docs platform db list gdb
/tmp/go-build2010539862/b001/exe/docs platform db list gdb
```

### Options
Expand Down

0 comments on commit 46cd9af

Please sign in to comment.