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

chore: release 7.5.0 #549

Merged
merged 1 commit into from Apr 17, 2023
Merged

chore: release 7.5.0 #549

merged 1 commit into from Apr 17, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 12, 2023

🤖 I have created a release beep boop

7.5.0 (2023-04-17)

Features

Bug Fixes


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner April 12, 2023 14:31
@github-actions github-actions bot requested a review from fritzy April 12, 2023 14:31
@github-actions
Copy link
Contributor Author

github-actions bot commented Apr 12, 2023

Release Manager

Release workflow run: https://github.com/npm/node-semver/actions/runs/4723796619

Force CI to Update This Release

This PR will be updated and CI will run for every non-chore: commit that is pushed to main. To force CI to update this PR, run this command:

gh workflow run release.yml -r main -R npm/node-semver -f release-pr=549

Release Checklist for v7.5.0

  • 1. Merge release PR 🚨 Merging this will auto publish 🚨

    gh pr merge 549 -R npm/node-semver --rebase
  • 2. Check For Release Tags

    Release Please will run on the just pushed release commit and create GitHub releases and tags for each package.

    gh run watch `gh run list -R npm/node-semver -w release -b main -L 1 --json databaseId -q ".[0].databaseId"`
    

@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from b63430e to 51ed80f Compare April 13, 2023 15:50
@github-actions github-actions bot changed the title chore: release 7.4.1 chore: release 7.5.0 Apr 14, 2023
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from a59742c to 75f39ef Compare April 14, 2023 15:52
@wraithgar
Copy link
Member

wraithgar commented Apr 14, 2023

Double checking #547 and I see a problem where it would have thrown with a good warning, now it throws w/ an unexpected error

v7.4.0

> semver.diff('foo', '1.2.3')
Uncaught TypeError: Invalid Version: null

now

> semver.diff('foo', '1.2.3')
Uncaught TypeError: Cannot read properties of null (reading 'compare')

Need to fix this before releasing. #552 is the fix

@github-actions github-actions bot force-pushed the release-please--branches--main branch from c4186af to 8a04062 Compare April 17, 2023 17:03
@wraithgar wraithgar merged commit 5b02ad7 into main Apr 17, 2023
20 checks passed
@wraithgar wraithgar deleted the release-please--branches--main branch April 17, 2023 17:20
@github-actions
Copy link
Contributor Author

github-actions bot commented Apr 17, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant