We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I manually passed the release as patch in the GitHub action, but the version released each time is still incorrect
Current behavior
current version 1.0.0
1.0.0
pnpm run release -- --release-as patch --tag-force
Version after running 1.1.0
1.1.0
Expected behavior Respect patch parameters version 1.0.0 => 1.0.1
1.0.1
Environment
commit-and-tag-version
Possible Solution
Additional context My warehouse CI
https://github.com/new-concept-english/source/blob/master/.github/workflows/.deploy.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I manually passed the release as patch in the GitHub action, but the version released each time is still incorrect
Current behavior
current version
1.0.0
Version after running
1.1.0
Expected behavior
Respect patch parameters
version
1.0.0
=>1.0.1
Environment
commit-and-tag-version
version(s): [e.g. v6.0.0, v8.0.0, master] "commit-and-tag-version": "^12.4.2",Possible Solution
Additional context
My warehouse CI
https://github.com/new-concept-english/source/blob/master/.github/workflows/.deploy.yml
The text was updated successfully, but these errors were encountered: