Skip to content

v3.0.5

Choose a tag to compare

@slack-cli-releaser slack-cli-releaser released this 18 Apr 19:36
f3ba824

What's Changed

🐛 Bug Fixes

  • fix: 'upgrade' output includes SDK when inside a project dir by @zimeg in #46

📚 Documentation

🤖 Build

  • build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 by @dependabot in #17
  • build(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 by @dependabot in #18
  • ci(fix): delete branch prereleases started in prior versions on merge to main by @zimeg in #15
  • ci: label dependabot changes as 'build' patch changes in pull requests by @zimeg in #21
  • build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in #22
  • build(deps): bump actions/create-github-app-token from 1 to 2 by @dependabot in #31
  • build(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.15.0 by @dependabot in #32
  • ci: attempt deletion of branch prereleases from prior versions on merge by @zimeg in #30
  • build: set the complete semver version of github action steps by @zimeg in #37
  • ci: escape pull request branch tag before creating releases to test by @zimeg in #38
  • ci: report test status to changes made from a forked branch by @zimeg in #36
  • build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot in #39
  • build(deps): bump github.com/go-git/go-git/v5 from 5.15.0 to 5.16.0 by @dependabot in #41
  • ci: delete pre-releases matching existing or escaped tags by @zimeg in #40
  • ci: delete testing fork pre-releases using upstream tag names by @zimeg in #48
  • ci: delete testing fork pre-releases in the upstream context by @zimeg in #49

🧪 Testing/Code Health

  • test: fix collaborator command test to run standalone by @mwbrooks in #14
  • test: assert output for collaborator list command by @mwbrooks in #16
  • refactor: Add slackcontext package to DRY context management by @mwbrooks in #7
  • test: mock context in TableTestCommand by @mwbrooks in #20
  • test: mock context in TableTestCommand.ExpectedAsserts by @mwbrooks in #24
  • test: use slackcontext.MockContext(...) instead of context.Background() by @mwbrooks in #28
  • refactor: update .Context() references for consistency by @mwbrooks in #33
  • refactor: remove context.Background() references from create and deploy by @mwbrooks in #45
  • refactor: remove context.Background() references from triggers command by @mwbrooks in #47

New Contributors

Full Changelog: v3.0.4...v3.0.5