Skip to content

heroku/heroku-releases-retry

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Releases Retry Build Status

This plugin is meant to be used with apps using Release Phase.
It will take the latest release in an app, and create a new one identical to it. That will trigger a new release-phase command, allowing for retrying them.

Installation

Run the following command:

heroku plugins:install heroku-releases-retry

Usage

Retry the latest release:

heroku releases:retry --app happy-samurai-42

Usage with container apps

The plugin doesn't support container apps. You will get the following error:

Cannot read property 'id' of null

You need to push a new image instead of using this plugin.