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 Releases #556

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Fix Releases #556

merged 1 commit into from
Dec 4, 2024

Conversation

KetanReddy
Copy link
Member

Release Notes

Push up new changelog before continuing release process so new version is tagged to a commit that exists

Change Type (required)

Indicate the type of change your pull request is:

  • patch
  • minor
  • major
  • N/A

Does your PR have any documentation updates?

  • Updated docs
  • No Update needed
  • Unable to update docs

@KetanReddy KetanReddy added the patch Increment the patch version when merged label Dec 4, 2024
@KetanReddy KetanReddy self-assigned this Dec 4, 2024
@KetanReddy KetanReddy requested a review from adierkens as a code owner December 4, 2024 02:08
@KetanReddy KetanReddy enabled auto-merge December 4, 2024 02:10
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.70%. Comparing base (bc36328) to head (35b2cad).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #556   +/-   ##
=======================================
  Coverage   89.70%   89.70%           
=======================================
  Files         331      331           
  Lines       19794    19794           
  Branches     1949     1949           
=======================================
  Hits        17757    17757           
  Misses       2023     2023           
  Partials       14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

auto.logger.log.info(`Dry run: making changelog from last release: ${latestRelease}`);
auto.logger.log.info(
`Dry run: making changelog from last release: ${latestRelease}`,
);
} else {
await auto.changelog({ from: latestRelease });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we didn't update auto did we..? did the behaviour of this change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was just a linting thing

@KetanReddy KetanReddy merged commit d5818ba into main Dec 4, 2024
11 checks passed
@KetanReddy KetanReddy deleted the maint/fix-releases branch December 4, 2024 14:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants