-
Notifications
You must be signed in to change notification settings - Fork 42
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(renovate): otter preset version with parameters #2985
base: release/12.1.0-rc
Are you sure you want to change the base?
Conversation
View your CI Pipeline Execution ↗ for commit 3db813e.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
.../@o3r/workspace/schematics/ng-add/helpers/renovate/templates/__dot__renovaterc.json.template
Show resolved
Hide resolved
ee0ac0c
to
e5eb06d
Compare
"github>AmadeusITGroup/otter//tools/renovate/tasks/sdk-spec-regenerate(npm, <%= specPackageName %>)#v<%= sdkCoreVersion %>"<% } %><% } %> | ||
"github>AmadeusITGroup/otter//tools/renovate/tasks/sdk-regenerate#v<%= sdkCoreVersion %>(npm)"<% if (specPackageName) { %>, | ||
"github>AmadeusITGroup/otter//tools/renovate/group/sdk-spec#v<%= sdkCoreVersion %>(<%= specPackageName %>)", | ||
"github>AmadeusITGroup/otter//tools/renovate/tasks/sdk-spec-regenerate#v<%= sdkCoreVersion %>(npm, <%= specPackageName %>)"<% } %><% } %> |
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.
you will need to update the associated UTs :S
in packages/@ama-sdk/schematics/schematics/typescript/shell/index.spec.ts
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.
for some reasons, the unit-tests were passing without changing anything
something must be wrong with the NX config
e5eb06d
to
743db21
Compare
743db21
to
3db813e
Compare
Proposed change
Related issues
- No issue associated -