Skip to content

change: Remove semver bump in generate-changelogs.mjs#10426

Merged
hkhalil-akamai merged 2 commits intolinode:developfrom
hkhalil-akamai:remove-semver-bump
May 1, 2024
Merged

change: Remove semver bump in generate-changelogs.mjs#10426
hkhalil-akamai merged 2 commits intolinode:developfrom
hkhalil-akamai:remove-semver-bump

Conversation

@hkhalil-akamai
Copy link
Contributor

Description 📝

Based on a cafe discussion, remove the semver bump in generate-changelogs.mjs since those are handled in a different step in the release process.

How to test 🧪

  • Run yarn generate-changelogs
  • Verify changelogs are generated as before, except without a version bump

@hkhalil-akamai hkhalil-akamai self-assigned this Apr 30, 2024
@hkhalil-akamai hkhalil-akamai requested a review from a team as a code owner April 30, 2024 21:16
@hkhalil-akamai hkhalil-akamai requested review from carrillo-erik and jdamore-linode and removed request for a team April 30, 2024 21:16

// Delete the changeset files for each package
deleteChangesets(linodePackage);
await deleteChangesets(linodePackage);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This prevents the "Deleted" logs from writing over the prompt

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice thank you :D

@github-actions
Copy link

Coverage Report:
Base Coverage: 81.82%
Current Coverage: 81.82%

Copy link
Contributor

@jdamore-linode jdamore-linode left a comment

Choose a reason for hiding this comment

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

Nice! Confirmed changelog generation still works but the version isn't getting bumped. Thanks @hkhalil-akamai

Copy link
Contributor

@abailly-akamai abailly-akamai left a comment

Choose a reason for hiding this comment

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

Nice thanks for fixing!

I don't think we need a changeset for this?


// Delete the changeset files for each package
deleteChangesets(linodePackage);
await deleteChangesets(linodePackage);
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice thank you :D

@hkhalil-akamai hkhalil-akamai merged commit 09787fb into linode:develop May 1, 2024
@hkhalil-akamai hkhalil-akamai deleted the remove-semver-bump branch May 1, 2024 15:03
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.

3 participants