feat: add --version flag to CLI#530
Conversation
| @@ -1,6 +1,111 @@ | |||
| # CHANGELOG | |||
There was a problem hiding this comment.
I don't think this should be pulled in at all, it's solely managed by Github Actions and semantic versioning.
| @@ -1 +1 @@ | |||
| __version__ = "1.1.1" | |||
| __version__ = "1.2.0" | |||
There was a problem hiding this comment.
We shouldn't be pushing this at all either, this is updated via semantic versioning too.
https://github.com/redhat-performance/badfish/blob/master/.github/workflows/production-release.yml
Then this is synced back to development.
https://github.com/redhat-performance/badfish/blob/master/.github/workflows/sync-back.yml
sadsfae
left a comment
There was a problem hiding this comment.
Hello my old friend and thanks for the PR. Just a few minor things to drop from scope.
Resolves quadsproject#525. (cherry picked from commit fdd7b1d)
|
Hello my old friend. Sorry, Github rebased it, force pushed the correct branch now. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## development #530 +/- ##
============================================
Coverage 93.00% 93.00%
============================================
Files 8 8
Lines 2644 2646 +2
============================================
+ Hits 2459 2461 +2
Misses 185 185
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Resolves #525.
New Feature Submissions: