Aki Mäkinen fe0ac417cf
docs(plugin developer guide): correction, additional details / advanced (#1961)
A correction to the earlier documentation: the "nextRelease" object is NOT similar to the
lastRelease and there are some differences. Because of this, the object is now documented as a
separate entry. Added also information on how the error handling should be done so that
semantic-release would be able to handle errors from plugins properly and call "fail" lifecycle
plugins. Included some more advanced information on how the analyzeCommits-lifecycle plugins work
and how the result of the initial analyzer can be overridden. This is an edge case, but could happen
and is good to understand.
2021-05-31 10:15:47 -07:00
..
2021-02-24 16:20:35 -08:00

semantic-release documentation

  • Usage - semantic-release installation and configuration
  • Extending - Extending semantic-release with plugins and shareable configurations
  • Recipes - Community written recipes for common semantic-release use-cases
  • Developer Guide - The essentials of writing a semantic-release plugin or shareable configurations
  • Support - FAQ and troubleshooting