Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 883 Bytes

RELEASE.md

File metadata and controls

14 lines (12 loc) · 883 Bytes

Release process

Upon releasing a new version there's some checks and updates to be made:

Note: make sure that there is no breaking changes and you may use git tag --list to check the latest release

  • Commit the src/Domain/Kernel.php, docs/package.json and CHANGELOG.md with the message: git commit -m "Bump version to {new_version}"
  • git push
  • git tag {new_version}
  • git push --tags
  • Make a tweet about the release attributing credits to the external collaborators