Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 668 Bytes

RELEASE.md

File metadata and controls

11 lines (9 loc) · 668 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/SzamlaAgent.php and CHANGELOG.md with the message: git commit -m "Bump version to {new_version}"
  • git push
  • git tag {new_version}
  • git push --tags