You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my workspace when I am making changes to the feature libs of my app and committing changes after that when I run target to bump the version its not increasing the version of my app. It was working fine till 4.2.x.
I have reproduced the issue in the following repro repo:
I'll reopen it once I am fully sure that issue exists, currently I can't reproduce it every time. So not sure what is causing this issue. In my actual project this issue is always there but not in the repro repository.
In my workspace when I am making changes to the feature libs of my app and committing changes after that when I run target to bump the version its not increasing the version of my app. It was working fine till 4.2.x.
I have reproduced the issue in the following repro repo:
https://github.com/ak274/semver
My App project.json for version target:
Steps to reproduce:
libs/demo/feature-lib
2) commit the feature withangular commit convention
3)push
commit to the originmaster
demo
appExpected behavior:
As I have made changes to a feature lib which is a dependency of app, It should bump the version for my app.
The text was updated successfully, but these errors were encountered: