Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Version is not compliant with semantic versioning #206

Open
MHekert opened this issue Nov 19, 2021 · 0 comments
Open

Version is not compliant with semantic versioning #206

MHekert opened this issue Nov 19, 2021 · 0 comments

Comments

@MHekert
Copy link

MHekert commented Nov 19, 2021

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 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:
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant