2017 © Pedro Peláez
 

composer-plugin composer-release-plugin

Bump version number and make a release of git based SemVer projects with ease.

image

egabor/composer-release-plugin

Bump version number and make a release of git based SemVer projects with ease.

  • Sunday, June 10, 2018
  • by 1ed
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version License, (*1)

Composer Release Plugin

A composer plugin to help making releases., (*2)

Pre-requisites/assumptions

  • Your project uses git

Installation

composer require --dev egabor/composer-release-plugin

Usage

After installation a new release command should appear in the list of available commands., (*3)

Documentation

If you need more information about the command and how to use it, you should read:, (*4)

composer release --help

Configuration

There are some configuration options:, (*5)

use-prefix: use 'v' to prefix the release version number (default: true)
release-branch: name of the branch where the releases originated from (default: master)

These options can be set in the project's composer.json file, under the extra.egabor-release key, like:, (*6)

{
    "name": "vendor/package",
    "require-dev": {
        "egabor/composer-release-plugin": "^1.0"
    },
    "extra": {
        "egabor-release": {
            "release-branch": "release",
            "use-prefix": false
        }
    }
}

The Versions

10/06 2018

dev-master

9999999-dev

Bump version number and make a release of git based SemVer projects with ease.

  Sources   Download

MIT

The Requires

  • php ^5.5.9|^7.0.8
  • composer-plugin-api ^1.1

 

The Development Requires

by Gábor Egyed