Skip to content

Commit

Permalink
Replace npm diff URL
Browse files Browse the repository at this point in the history
The previous website has been offline for a few cycles now, and presumably isn't coming back. Replace it with a service that's available instead.
  • Loading branch information
querkmachine authored Jan 9, 2025
1 parent 9b78915 commit cccd9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releasing/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Developers should pair on releases. When remote working, it can be useful to be
7. Have a quick look at the diff of the new package with the previous one at:

```txt
https://diff.intrinsic.com/govuk-frontend/<PREVIOUS_VERSION_NUMBER>/<RELEASED_VERSION_NUMBER>
https://npmdiff.dev/govuk-frontend/<PREVIOUS_VERSION_NUMBER>/<RELEASED_VERSION_NUMBER>
```

8. Run `npm logout` to log out from npm in the command line. If you've logged in through your browser, remember to log out from <https://npmjs.com> there as well.
Expand Down

0 comments on commit cccd9ed

Please sign in to comment.