Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rijkvanzanten
Copy link
Contributor

πŸ”— Linked issue

Resolves #401

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

The bumpType can be null. newVersion defaults it to patch, but the rendered message doesn't default it in the same way. This tweak makes sure that both default to patch in the same way.

@rijkvanzanten rijkvanzanten changed the title Fix bumpType default in changelog script chore: Fix bumpType default in changelog script Nov 24, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 83.85%. Comparing base (a58ba98) to head (ee998ac).
Report is 194 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #402   +/-   ##
=======================================
  Coverage   83.85%   83.85%           
=======================================
  Files          13       13           
  Lines        1016     1016           
  Branches      266      266           
=======================================
  Hits          852      852           
  Misses        158      158           
  Partials        6        6           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@danielroe danielroe merged commit 3c633dd into nuxt:main Nov 24, 2024
@github-actions github-actions bot mentioned this pull request Nov 24, 2024
@rijkvanzanten rijkvanzanten deleted the changelog-script branch November 24, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update-changelog script renders null as bumpType in message

3 participants