Conversation
- fix bug in script - reset broken package.json files to d11ad51 - run script to update them to 6.9.1 - run script again to update to 6.9.2-beta0
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2449 +/- ##
=======================================
Coverage 79.55% 79.55%
=======================================
Files 658 658
Lines 50377 50377
Branches 736 736
=======================================
+ Hits 40075 40076 +1
+ Misses 10222 10221 -1
Partials 80 80
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:
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
For further confirmation... > OPENC3_RELEASE_VERSION=6.9.3 ruby openc3_set_versions.rb
> git diff **/package.json > diff-6.9.3.txt
> git add -A && git commit -m "delete me"
> OPENC3_RELEASE_VERSION=6.9.4-beta0 ruby openc3_set_versions.rb
> git diff **/package.json > diff-6.9.4-beta0.txt |
| @@ -1,2 +1,48 @@ | |||
| { | |||
| "name": "<%= tool_name %>", | |||
| "version": "6.9.2-beta0", | |||
There was a problem hiding this comment.
Just double checking it should be beta0?
There was a problem hiding this comment.
Yes, the tool version should match the COSMOS version. It's just dependencies of generated tools that get a released version (6.9.1 in this case)



closes #2445
"version"and common package dependency versions)"version"and DOESN'T set common package dependency versions since dependencies should stay at released versions per previous discussions)