Skip to content

Commit

Permalink
docs: add npm-deprecate-old-versions in plugins list (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusse committed Oct 23, 2020
1 parent 3abcbaf commit d74ffef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/extending/plugins-list.md
Expand Up @@ -105,3 +105,6 @@
- `verifyConditions`: Locate and validate a `.gemspec` file, locate and validate a `lib/**/version.rb` file, verify the presence of the `GEM_HOST_API_KEY` environment variable, and create a credentials file with the API key.
- `prepare`: Update the version in the `lib/**/version.rb` version file and [build](https://guides.rubygems.org/command-reference/#gem-build) the gem.
- `publish`: [Push the Ruby gem](https://guides.rubygems.org/command-reference/#gem-push) to the gem server.
- [semantic-release-npm-deprecate-old-versions](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions)
- `verifyConditions`: Validates configuration.
- `publish`: Deprecates old versions, based on the declaration of supported versions in the config.

0 comments on commit d74ffef

Please sign in to comment.