Skip to content

Commit

Permalink
fix(docs): s/freelawproject.org/free.law/
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner authored Mar 20, 2024
1 parent 13aab44 commit 9ec1447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ When a new version is needed, the release process is:
1. Commit the code.
1. Tag the code with something like:

git tag -s '0.8.4' -m "Releases 0.8.4, fixing replaceState and pushState to work in Chrome 43." -u 'mike@freelawproject.org' -f
git tag -s '0.8.4' -m "Releases 0.8.4, fixing replaceState and pushState to work in Chrome 43." -u 'mike@free.law' -f
git push --tags -f

1. Make sure you don't have any working/testing code in your tree that could get zipped up in the next step.
Expand Down

0 comments on commit 9ec1447

Please sign in to comment.