Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 996 Bytes

DEPLOYING.md

File metadata and controls

23 lines (17 loc) · 996 Bytes

Deploying Instructions

These instructions are based on the instructions for deploying to the Central Repository using Maven. Note that this is for Spotify internal use only.

You will need the following:

Once you've got that in place, you should be able to do deployment using the following commands:

# deploy snapshot version
mvn clean deploy # -Prelease to test signing

# make and deploy a release
mvn release:clean release:prepare -Prelease -DautoVersionSubmodules=true
mvn release:perform -Prelease -DretryFailedDeploymentCount=3

Then update https://github.com/spotify/apollo/releases with release notes!