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
{{ message }}
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
This package has version that is not compliant with semantic versioning. To be compliant with semantic versioning it should not have v prefix in package.json
For bug reports:
What went wrong? Integration with other tools fails. Namely patch-plugin when using yarn
What did you expect should have happened? It should have correct version so it would not introduce issues with integration with different tools
What was the config you used? -
What stacktrace or error message from your provider did you see? -
For feature proposals:
What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us. -
If there is additional config how would it look -
Similar or dependent issues:
Additional Data
This step in publish workflow config of github actions seems to be an issue:
- name: Version
run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version --no-commit-hooks
It sets tag name as a version including prefix (v).
Issue with more context about problem created by non semver compliant version number of this package: ds300/patch-package#360
Serverless Framework Version:
Stack Trace:
Provider Error messages:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a Bug Report
Description
This package has version that is not compliant with semantic versioning. To be compliant with semantic versioning it should not have
v
prefix inpackage.json
For bug reports:
patch-plugin
when usingyarn
For feature proposals:
Similar or dependent issues:
Additional Data
This step in
publish
workflow config of github actions seems to be an issue:It sets tag name as a version including prefix (
v
).Issue with more context about problem created by non semver compliant version number of this package:
ds300/patch-package#360
The text was updated successfully, but these errors were encountered: