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 Jul 25, 2024
1 parent 08b0a8f commit e665bc4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.33
3.1.1-alpha.1
2 changes: 1 addition & 1 deletion docs/qcadmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Easily bootstrap a secure control plane for QuCheng
* [qcadmin version](version.md) - Show version

::: tip
>Auto generated by spf13/cobra on 2024-Jul-23
>Auto generated by spf13/cobra on 2024-Jul-25
:::
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.32"
version "3.1.0-alpha.1"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
sha256 "dab06ee795ba6e46f7fd051d1ccd2117d7f65e72f431a41eea162a22c871ad9c"
sha256 "653b4763aa339e980ee46763f921901a9a4943129791379d329b86016db54c3f"

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 "7dc983adcf817ccbb1516b69804cace936535b4b80275f2c781633e43478a3b4"
sha256 "49a8212010f437eca31e8be7bc3d92347294d46561969fd9f7cc1d4beb68c7e6"

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 "6959eed891ba0f10c9da2fc18c1dbe9cf9de21e7366015ac64b1bdecbbd099a4"
sha256 "c3c2f66339f03be778d1e8e594eeefe30a9b745f601d150074346f9f2a0a54b7"

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 "a4378e4cb82db54f30ca5481c357502f80bb2936da1e4ba328f4e7c6781f1523"
sha256 "6cb02cc8ce4fd928e56c4d2dfa07c9443c7ad4b8248d46c99013dd5e6c9a730e"

def install
bin.install "qcadmin_linux_arm64" => "qcadmin"
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest": "3.0.33",
"stable": "3.0.33",
"dev": "3.0.33"
"latest": "3.1.1-alpha.1",
"stable": "3.1.1-alpha.1",
"dev": "3.1.1-alpha.1"
}

0 comments on commit e665bc4

Please sign in to comment.