Last updated
This documentation site is no longer maintained and has been discontinued. The latest and official semantic-release documentation is now at semantic-release.org
For the latest version of this content, go to: Read the current page
semantic-release uses Git CLI commands to read information about the repository such as branches, commit history and tags. Certain commands and options (such as the --merged option of the git tag command or bug fixes related to git ls-files) used by semantic-release are only available in Git version 2.7.1 and higher.
Last updated