- Remove the `getLastRelease` plugin type - Retrieve the last release based on Git tags - Create the next release Git tag before calling the `publish` plugins BREAKING CHANGE: Remove the `getLastRelease` plugin type The `getLastRelease` plugins will not be called anymore. BREAKING CHANGE: Git repository authentication is now mandatory The Git authentication is now mandatory and must be set via `GH_TOKEN`, `GITHUB_TOKEN`, `GL_TOKEN`, `GITLAB_TOKEN` or `GIT_CREDENTIALS` as described in [CI configuration](https://github.com/semantic-release/semantic-release/blob/caribou/docs/usage/ci-configuration.md#authentication).
semantic-release documentation
- Usage - semantic-release installation and configuration
- [Extending][extending/README.md]- 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
- Resources - Videos, articles and tutorials
- Support - FAQ and troubleshooting