-
Notifications
You must be signed in to change notification settings - Fork 43
Unable to obtain updater for 'manifest-beta.json' #28
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
Comments
Thanks for the report! If no one else has, I'll try to look at this in the next 7 days |
Ok, so the problem here is that the For your specific use case, I think you can fix this by changing:
to
I'm not sure what the best way to improve
What do you think? |
I will try ! Thank you for this reply :) |
I'll close this for now as the original issue is solved, and the underlying problem is covered by #31. |
Describe the bug
When I try to use an "uncommon" manifest name, I have an error.
The manifest here is a valid json file, and the "normal" name (aka
manifest.json
) works. I use-beta
for beta release on a specific workflow.My config is :
Current behavior
Actually, the
manifest-beta
is not updated and skipped.Log :
Expected behavior
Should be updated as the manifest.
Environment
commit-and-tag-version
version(s): [e.g. v6.0.0, v8.0.0, master] : 10.0.1Possible Solution
.json
manifest.json
in it. As\S*manifest\S*\.json$
Additional context
My goal is to separate release of
manifest-beta
andmanifest
but updatemanifest-beta
when the manifest is updated.The text was updated successfully, but these errors were encountered: