-
Notifications
You must be signed in to change notification settings - Fork 684
Fix version discrepancy between code, package.json, and GitHub releases #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix version discrepancy between code, package.json, and GitHub releases #95
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to accept this PR, if you can just clean it up and fix conflicts, I'd love to give it another review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this change, think its important
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this, will be fixed separetly, its due to a different issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
view requested changes in history
Taking over this PR |
Changed my mind, we'll come back to this later, keeping it as is for now |
Fix Version Discrepancy Issues
Problem
There were multiple version inconsistencies in the Task Master CLI:
Solution
This PR fixes these issues by:
Testing
Verified that
task-master --version
and the banner intask-master --help
both correctly show version 0.10.2.This ensures consistent versioning across the codebase and GitHub releases, providing a clear path forward for future releases.