Update version from 1.0.0 to 1.1.0 in GitHub workflow#17
Conversation
WalkthroughThe change updates the version tag used by the GitHub Actions workflow. Specifically, the Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Problem
The current version in the bump-version.yml workflow is hardcoded to 1.0.0, which prevents proper version bumping for new releases.
Changes
This PR updates the custom_tag value in the GitHub workflow from 1.0.0 to 1.1.0.
Purpose
This change enables proper version bumping for future releases and ensures that the versioning system works as expected.
Impact
After merging this PR, new releases will be properly versioned starting from 1.1.0, and the automatic version bumping mechanism will function correctly for subsequent releases.
Summary by CodeRabbit