Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mythicdrops/semantic-release-gradle-config

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mythicdrops/semantic-release-gradle-config

semantic-release preset for MythicDrops Gradle projects.

  • 2.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@mythicdrops/semantic-release-gradle-config

semantic-release shareable config to publish MythicDrops Gradle projects to Maven Central.

Prerequisites

  • Node >= 14
  • npm ^7
  • Gradle >= 6.8.2

Plugins

This shareable configuration use the following plugins:

Install

$ npm install --save-dev semantic-release @mythicdrops/semantic-release-gradle-config

Usage

The shareable config can be configured in the semantic-release configuration file:

{
  "extends": "@mythicdrops/semantic-release-gradle-config"
}

Configuration

See each plugin documentation for required installation and configuration steps.

Releases

Supported release branches can now happen as below:

  • regular releases to the default distribution channel from the branch main
  • regular releases to a distribution channel matching the branch name from any existing branch with a name matching a maintenance release range (N.N.x or N.x.x or N.x with N being a number)
  • regular releases to the next distribution channel from the branch next if it exists
  • regular releases to the next-major distribution channel from the branch next-major if it exists
  • prereleases to the beta distribution channel from the branch beta if it exists
  • prereleases to the alpha distribution channel from the branch alpha if it exists

FAQs

Package last updated on 22 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc