inrupt / solid-client-notifications-js

solid-client-notifications-js-git-main-inrupt.vercel.app
MIT License
3 stars 3 forks source link

Release 3.0.0 #1070

Closed NSeydoux closed 2 months ago

NSeydoux commented 2 months ago

This PR bumps the version to 3.0.0.

Release steps:

  1. Inspecting the CHANGELOG.md to determine if the release was major, minor or patch. Make sure you align with the rest of the team first.
  2. Use npm version --no-git-tag-version <major|minor|patch> to update package.json.
  3. Update the CHANGELOG.md has been updated to show version and release date.
  4. Add any @since X.Y.Z annotations if there have been any added or deprecated APIs.
  5. Commit the changes as release: prepare vX.Y.Z on a branch named release/X.Y.Z
  6. Create a PR, once CI passes, merge as a squash merge.
  7. Create and publish the release via GitHub, this will create the tag and trigger the npm publish.