Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ rc:
./bin/slack docgen ./docs/reference --skip-update
sed -i.bak -E "s#slack_cli_[0-9]+\.[0-9]+\.[0-9]+_macOS_arm64\.tar\.gz#slack_cli_$(RELEASE_VERSION)_macOS_arm64.tar.gz#" docs/guides/installing-the-slack-cli-for-mac-and-linux.md
sed -i.bak -E "s#slack_cli_[0-9]+\.[0-9]+\.[0-9]+_macOS_amd64\.tar\.gz#slack_cli_$(RELEASE_VERSION)_macOS_amd64.tar.gz#" docs/guides/installing-the-slack-cli-for-mac-and-linux.md
sed -i.bak -E "s#slack_cli_[0-9]+\.[0-9]+\.[0-9]+_linux_64-bit\.tar\.gz#slack_cli_$(RELEASE_VERSION)_linux_64-bit.tar.gz#" docs/guides/installing-the-slack-cli-for-mac-and-linux.md
sed -i.bak -E "s#slack_cli_[0-9]+\.[0-9]+\.[0-9]+_linux_amd64\.tar\.gz#slack_cli_$(RELEASE_VERSION)_linux_amd64.tar.gz#" docs/guides/installing-the-slack-cli-for-mac-and-linux.md
sed -i.bak -E "s#slack_cli_[0-9]+\.[0-9]+\.[0-9]+_linux_arm64\.tar\.gz#slack_cli_$(RELEASE_VERSION)_linux_arm64.tar.gz#" docs/guides/installing-the-slack-cli-for-mac-and-linux.md
Comment on lines +93 to +94
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📣 test: Confirmed this updates with make rc command toward next RC!

sed -i.bak -E "s#slack_cli_[0-9]+\.[0-9]+\.[0-9]+_windows_64-bit\.zip#slack_cli_$(RELEASE_VERSION)_windows_64-bit.zip#" docs/guides/installing-the-slack-cli-for-windows.md
sed -i.bak -E "s/Using slack v[0-9]+\.[0-9]+\.[0-9]+/Using slack v$(RELEASE_VERSION)/" docs/guides/installing-the-slack-cli-for-mac-and-linux.md
sed -i.bak -E "s/Using slack v[0-9]+\.[0-9]+\.[0-9]+/Using slack v$(RELEASE_VERSION)/" docs/guides/installing-the-slack-cli-for-windows.md
Expand Down
4 changes: 3 additions & 1 deletion docs/guides/installing-the-slack-cli-for-mac-and-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ Manual installation allows you to customize certain paths used when installing t

🍏 🪨 [**Download for macOS Intel (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_macOS_amd64.tar.gz)

🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_64-bit.tar.gz)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗣️ note: This remains available for updates from earlier version to 4.2.0 and changes of #539

🐧 💾 [**Download for Linux x86_64 (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_amd64.tar.gz)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦠 test: Also matching the build we expect:

$ file ~/Downloads/slack_cli_4.2.0_linux_amd64/bin/slack
~/Downloads/slack_cli_4.2.0_linux_amd64/bin/slack: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=pFlRhTBO8x2isTI_p7jx/Yc-FjyGUx6DnWlQ5Gh6B/OncVdDiuvpLsOr3aqRa8/Kn9l7e4IdkNZO_NNrU_8, BuildID[sha1]=fc7823f53914fcb09d0cfc88c574103553fe6cbb, stripped


🐧 💪 [**Download for Linux ARM64 (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_arm64.tar.gz)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔬 test: Confirmed this matches what we hope:

$ file ~/Downloads/slack_cli_4.2.0_linux_arm64/bin/slack
~/Downloads/slack_cli_4.2.0_linux_arm64/bin/slack: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=IfS03H2TGgiB_dxGrMrz/xnZMOMyoXg4H75Oak-QA/b8y9iu-Yd5i7RQcSZ6FF/xLDHpkzEw5n0M5w0PJXw, BuildID[sha1]=62efb0df4a3ac567873090e34dd37b519d1e0d73, stripped


**3\. Add the** `slack` **CLI to your path.**

Expand Down
Loading