Skip to content

chore: release 7.5.0 - #549

Merged
wraithgar merged 1 commit into
mainfrom
release-please--branches--main
Apr 17, 2023
Merged

chore: release 7.5.0#549
wraithgar merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Apr 12, 2023

Copy link
Copy Markdown
Contributor

🤖 I have created a release beepboop

7.5.0 (2023-04-17)

Features

Bug Fixes


This PR was generated with Release Please. See documentation.

@github-actions

github-actionsBot commented Apr 12, 2023

Copy link
Copy Markdown
ContributorAuthor

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-actionsBotforce-pushed the release-please--branches--main branch 3 times, most recently from b63430e to 51ed80fCompareApril 13, 2023 15:50
@github-actionsgithub-actionsBot changed the title chore: release 7.4.1chore: release 7.5.0Apr 14, 2023
@github-actions
github-actionsBotforce-pushed the release-please--branches--main branch 2 times, most recently from a59742c to 75f39efCompareApril 14, 2023 15:52
@wraithgar

wraithgar commented Apr 14, 2023

Copy link
Copy Markdown
Contributor

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: Cannotreadpropertiesofnull(reading'compare')

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

@github-actions
github-actionsBotforce-pushed the release-please--branches--main branch from 75f39ef to c4186afCompareApril 17, 2023 17:02
@github-actions
github-actionsBotforce-pushed the release-please--branches--main branch from c4186af to 8a04062CompareApril 17, 2023 17:03
@wraithgar
wraithgar merged commit 5b02ad7 into mainApr 17, 2023
@wraithgar
wraithgar deleted the release-please--branches--main branch April 17, 2023 17:20
@github-actions

github-actionsBot commented Apr 17, 2023

Copy link
Copy Markdown
ContributorAuthor

Sign up for freeto 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.

1 participant

@wraithgar