diff --git a/README.md b/README.md index 3b850aa5b..f96fec9ba 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ mvn clean verify artifact:compare -Pfull,all ## To release -* Add the release notes in `website/site/content/notes.html` You use this code to generate it +* Add the release notes in `website/site/content/notes.html` You use this code to generate it. If you have more than 100 items, do it again with `&page=2` ```bash # Get the milestone matching the version @@ -131,7 +131,7 @@ milestone=$(curl -s "https://api.github.com/repos/easymock/objenesis/milestones" echo "

Version $version ($(date '+%Y-%m-%d'))

" echo echo "" ```