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 Oct 12, 2024
1 parent 2c16fa1 commit e34acd7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v3.2.6 (2024-10-12)

* [2c16fa15](https://github.com/easysoft/quickon_cli/commit/2c16fa153c3aef76b413727339e796dadd2d4afd) * [fix] imp upgrade

### Contributors

* ysicing

## v3.2.5 (2024-10-08)

* [48a9aa73](https://github.com/easysoft/quickon_cli/commit/48a9aa73c588fbfbd876d91e3a5628b7322dcdc5) * [ci] update action go version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.6
3.2.7
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-Oct-8
>Auto generated by spf13/cobra on 2024-Oct-12
:::
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.2.5"
version "3.2.6"

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

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 "149a894f33015c4e80ce1a1d8ca05b770cfb791f7b90fb635e051551134e9bec"
sha256 "6bfaa4939489d0eb1f994df0e17ceee71c7751c8bf90d0a420ba30cafa557b10"

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 "7ffabc8f7f7e44f3bef5bef544be3e757f88f0e173978d577e26e4c4f1bec930"
sha256 "9309226a1c4d4206897c13ffce31ebd605ea828e71d5c3ac33ca44e74ceb343e"

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 "2ed4a621ab2fec2d883acd6738d5cb479eedef5f2dcc443776d98f4201fb22ee"
sha256 "82867544909c39954e265fea9edbe1be4b9b10decb3bcbf2a35594125a3cd975"

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.2.6",
"stable": "3.2.6",
"dev": "3.2.6"
"latest": "3.2.7",
"stable": "3.2.7",
"dev": "3.2.7"
}

0 comments on commit e34acd7

Please sign in to comment.