Release: v2.17.2#186
Merged
breaking-brake merged 1 commit intoproductionbreaking-brake/cc-wf-studio:productionfrom Dec 1, 2025
Merged
Release: v2.17.2#186breaking-brake merged 1 commit intoproductionbreaking-brake/cc-wf-studio:productionfrom
breaking-brake merged 1 commit intoproductionbreaking-brake/cc-wf-studio:productionfrom
Conversation
- Remove Bot Token dependency, use User Token for all Slack API operations - Update OAuth flow to validate User Token instead of Bot Token - Remove Bot membership check (no longer needed with User Token) - Update token manager to check User Token for connection validation - Remove Bot Token input field from manual token dialog 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 2.17.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merge latest changes from
maintoproductionfor automated release v2.17.2.Included Changes
Bug Fixes (Security)
Release Version Calculation
v2.17.2 (patch bump)
Semantic Release will analyze commits since the last release (v2.17.1) and will bump the version based on:
fix: migrate Slack integration from Bot Token to User Token(fix: migrate Slack integration from Bot Token to User Token for security #185) → patch bumpResult: 2.17.1 + patch = 2.17.2
CHANGELOG.md Contents
The following bug fix will be included:
Release Automation
This merge will trigger the automated release workflow which will:
Merge Strategy
Use merge commit (not squash) to preserve all individual commits and their history for proper Semantic Release analysis.
🤖 Generated with Claude Code