-
Get main to the appropriate code release state. GitHub Actions should be running cleanly for all merges to main.
-
Update the CHANGELOG:
git checkout main
edit CHANGELOG.md
git add CHANGELOG.md
git commit -m "Update the CHANGELOG"
git push
- Tag with next version:
git tag 3.4.0
git push --tags
- After a minute or two, check the new version is at https://packagist.org/packages/nordsoftware/lumen-cors