Skip to content
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

fix(npm): remove quote in commit message for standalone packages #2165

Merged

Conversation

jBouyoud
Copy link
Contributor

@jBouyoud jBouyoud commented Mar 7, 2022

What Changed

Using auto on a standalone npm package the node package upgrade commit message is : "Bump version to: 1.1.0 [skip ci]"

Switch back to a non quoted version.

Capture d’écran 2022-03-07 à 17 44 58

Why

Really strange to get quote in a commit message (non conventionnal).
Seems an issue in command between lerna based (npx lerna version...) , and pure npm package (npm ...)

Todo:

  • Add tests
  • Add docs (N/A)

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

@intuit-svc intuit-svc added the patch Increment the patch version when merged label Mar 7, 2022
@jBouyoud jBouyoud force-pushed the fix-npm-version-commit-message branch from 81d9446 to a4ae181 Compare March 7, 2022 17:08
@jBouyoud jBouyoud marked this pull request as ready for review March 7, 2022 17:16
@codecov
Copy link

codecov bot commented Mar 7, 2022

Codecov Report

Merging #2165 (a4ae181) into main (53a8de8) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2165      +/-   ##
==========================================
- Coverage   80.31%   80.31%   -0.01%     
==========================================
  Files          66       66              
  Lines        5420     5419       -1     
  Branches     1269     1269              
==========================================
- Hits         4353     4352       -1     
  Misses        707      707              
  Partials      360      360              
Impacted Files Coverage Δ
plugins/npm/src/index.ts 72.58% <ø> (-0.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8fd6684...a4ae181. Read the comment docs.

@jBouyoud
Copy link
Contributor Author

@hipstersmoothie Anything that I can do help merge this PR ?

@hipstersmoothie hipstersmoothie merged commit 27d94d5 into intuit:main Mar 20, 2022
@intuit-svc
Copy link

🚀 PR was released in v10.35.1 🚀

@intuit-svc intuit-svc added the released This issue/pull request has been released. label Mar 20, 2022
@jBouyoud jBouyoud deleted the fix-npm-version-commit-message branch March 21, 2022 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants