v3.0.5
What's Changed
🐛 Bug Fixes
📚 Documentation
- docs: add .github/SECURITY.md by @mwbrooks in #19
- docs(readme): remove token from CircleCI status badge after open source by @mwbrooks in #23
- docs: fix sync issue by updating README.md logo to use GitHub URL by @lukegalbraithrussell in #27
- docs: open source Slack CLI docs by @slackapi in #25
- chore: group documentation in release notes using the 'docs' label by @zimeg in #26
- ci: adds workflow for syncing docs out to docusaurus repo by @lukegalbraithrussell in #29
- docs: update Slack CLI and Install Scripts to use the new https://slack.dev docs by @mwbrooks in #34
- docs: update casing of Github to GitHub by @slackapi in #43
- docs: fix misspellings (used typos-cli for detecting) by @seratch in #35
🤖 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
- @lukegalbraithrussell made their first contribution in #27
- @slackapi made their first contribution in #25
- @seratch made their first contribution in #35
Full Changelog: v3.0.4...v3.0.5