-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Glee templates don't update to the latest version of Glee #923
Comments
@fmvilas Would you please guide me how can this issue be solved? |
I think either @KhudaDad414 or @derberg can guide you better. I'm not fully aware of how CI works. |
@MahendraDani we use https://github.com/asyncapi/.github/blob/master/.github/workflows/bump.yml workflow to update the package of dependent projects. which in turn uses https://github.com/derberg/npm-dependency-manager-for-your-github-org which is developed by @derberg to update the dependent packages. not sure if it is something that this action is designed to do. I mean update packages in custom paths. 🤔 |
@fmvilas @KhudaDad414 I guess this issue can be shifted to @derberg's action. The action is getting a correct list of file paths however as the repos are grouped a repo with multiple hits has some file paths which are ignored. This can be seen here which only lists 4 repos leading to an update of only 4 filepaths. While this rest API call lists 17 of them. If you want I can raise an issue and resolve it at the action level 🤟🏻 |
@Shurtu-gal please go ahead 🙏 |
derberg/npm-dependency-manager-for-your-github-org#15 |
Describe the bug
When a new version of Glee is out, the
@asyncapi/glee
dependency is updated but the@asyncapi/glee
dependency of the Glee templates is not.Expected behavior
It should update automatically when a new version of Glee is out.
The text was updated successfully, but these errors were encountered: