Aki Mäkinen 0435e35fee
docs(Plugin Developer Guide): More detailed lifecycle list and context descriptions (#1880)
* docs(Plugin Developer Guide): More detailed lifecycle list and context descriptions

This commit will improve the following in the Plugin developer guide:
  * Lifecyle list more complete (previous was missing some lifecycles)
  * Context object has been now described in more detail per lifecycle
  * Some readability/maintainability fixes to the markdown file itself
    to make it easier to edit and read in an editor.

* docs(Plugin Developer Guide): Added missing context field to analyzeCommits lifecycle documentation

analyzeCommits lifecycle context was missing documentation for "commits" list.

* docs(developer-guide): remove line breaks added in an earlier commit

As per requested in the code review, the line breaks that were added in an earlier commit are now
removed. While this does make reading the text just slightly more difficult (to see the whole
picture), the benefit of making code reviews easier does outweight the admittedly small benefit.
2021-04-25 15:14:03 -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