Skip to content

Releases: slackapi/slack-cli

v3.8.0

19 Sep 22:38

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat: output a list of samples for a language with the samples command by @zimeg in #192
  • feat: deprecate the "branch" and "template" flag for the samples command by @zimeg in #193

📚 Documentation

🤖 Build

  • build(deps): bump github.com/spf13/afero from 1.14.0 to 1.15.0 by @dependabot[bot] in #220
  • build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 by @dependabot[bot] in #221
  • build(deps): bump golang.org/x/mod from 0.27.0 to 0.28.0 by @dependabot[bot] in #219
  • build(deps): bump golang.org/x/text from 0.28.0 to 0.29.0 by @dependabot[bot] in #222
  • build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 by @dependabot[bot] in #227
  • build(deps): bump promiseofcake/circleci-trigger-action from 2.0.1 to 2.0.2 by @dependabot[bot] in #230

🧪 Testing/Code Health

  • test(ci): run the installation tests on circleci by @zimeg in #225
  • build: make releases with a "make tag" build command by @zimeg in #228
  • build: run the docgen command with make tag release by @zimeg in #229

Full Changelog: v3.7.0...v3.8.0

v3.7.0

05 Sep 19:53
4f4d779

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat: add search app feature to the app manifest by @zimeg in #210
  • feat: install to $HOME/.local/bin if writes to /usr/local/bin fail by @zimeg in #188

📚 Documentation

🤖 Build

  • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #206
  • build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #207
  • build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.9 by @dependabot[bot] in #209
  • build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #208
  • build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by @dependabot[bot] in #212
  • build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #213
  • build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #214

🧪 Testing/Code Health

  • build(deps): bump golang to 1.25.1 by @slack-cli-releaser[bot] in #211
  • ci(fix): add circleci pipeline definition to manual e2e tests by @zimeg in #200

Full Changelog: v3.6.1...v3.7.0

v3.6.1-zimeg-feat-cmd-extension-feature

25 Aug 23:37

Choose a tag to compare

v3.6.1-zimeg-feat-cmd-extension

25 Aug 23:26

Choose a tag to compare

v3.6.1

22 Aug 23:08
5033493

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat: remove deno from installation scripts by @zimeg in #189

🐛 Bug Fixes

  • fix: generate documentation without template literals and with standard headers by @zimeg in #194

📚 Documentation

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 by @dependabot[bot] in #186
  • build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #187
  • build(deps): bump promiseofcake/circleci-trigger-action from 1.7.9 to 2.0.1 by @dependabot[bot] in #196
  • build(deps): remove unused indirect dependencies by @slack-cli-releaser[bot] in #201
  • build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #202

🧪 Testing/Code Health

  • build(deps): bump golang to 1.24.6 by @slack-cli-releaser[bot] in #177
  • build(deps): bump golang to 1.25.0 by @slack-cli-releaser[bot] in #191

Full Changelog: v3.6.0...v3.6.1

v3.6.0-zimeg-build-x-version

15 Aug 20:28

Choose a tag to compare

Pre-release

What's Changed

🐛 Bug Fixes

  • fix: generate documentation without template literals and with standard headers by @zimeg in #194

📚 Documentation

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 by @dependabot[bot] in #186
  • build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #187

🧪 Testing/Code Health

  • build(deps): bump golang to 1.24.6 by @slack-cli-releaser[bot] in #177

Full Changelog: v3.6.0...df96c7a

v3.6.0-ci-generate-cli-reference-docs

15 Aug 19:27

Choose a tag to compare

Pre-release

What's Changed

🚀 Enhancements

  • docs: list flags before examples in generated reference by @zimeg in #195

🐛 Bug Fixes

  • fix: generate documentation without template literals and with standard headers by @zimeg in #194

📚 Documentation

🤖 Build

  • build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 by @dependabot[bot] in #186
  • build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #187

🧪 Testing/Code Health

  • build(deps): bump golang to 1.24.6 by @slack-cli-releaser[bot] in #177

Full Changelog: v3.6.0...c4ea92e

v3.6.0-build-floating-version-feature

15 Aug 21:29

Choose a tag to compare

v3.6.0

11 Aug 22:12
7825a65

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(bolt-install): support using 'install' command with remote manifests by @mwbrooks in #154
  • feat: error if the runtime is not found with a missing hook by @zimeg in #167

🐛 Bug Fixes

  • fix: order authentications by team domain in doctor command outputs by @zimeg in #175
  • fix: URL checker uses HEAD instead of GET by @mwbrooks in #185

📚 Documentation

🤖 Build

  • build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 by @dependabot[bot] in #180
  • build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 by @dependabot[bot] in #181
  • build(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 by @dependabot[bot] in #182
  • build: generate windows dev and latest builds with uploaded releases by @zimeg in #171
  • test: run the windows and unix test suites on release tags by @zimeg in #172

Full Changelog: v3.5.2...v3.6.0

v3.5.2

25 Jul 21:21
30656b5

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat: output warning of deno removal from installation scripts by @zimeg in #165

🐛 Bug Fixes

  • fix: redirect missing hook remediation links to the current deno starter template by @zimeg in #166

📚 Documentation

🤖 Build

  • build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #161

🧪 Testing/Code Health

  • chore: default to bolt experiment behavior for app selection by @zimeg in #158
  • refactor: join the app selector and team selector logic by @zimeg in #159
  • chore: default to bolt-install experiment behavior for app selection by @zimeg in #162
  • test: confirm app selection avoids regression after removing the bolt experiment by @zimeg in #164

Full Changelog: v3.5.1...v3.5.2