@iwavesmedia/semantic-release-composer

1.0.0 • Public • Published

@ambimax/semantic-release-composer

semantic-release plugin to update a composer package for php.

Step Description
verifyConditions Verify the presence of a composer.json file.
prepare Update the composer.json version

Install

$ npm install @ambimax/semantic-release-composer -D

Usage

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

{
  "tagFormat": "${version}",
  "plugins": [
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    "@ambimax/semantic-release-composer"
  ]
}

Configuration

Options

Options Description Default
skipOnMissingComposerJson Silently ignore missing composer.json file false

Examples

{
  "plugins": [
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    "@semantic-release/github",
    [
      "@semantic-release/changelog",
      {
        "changelogFile": "CHANGELOG.md"
      }
    ],
    [
      "@ambimax/semantic-release-composer",
      {
        "skipOnMissingComposerJson": true
      }
    ],
    [
      "@semantic-release/git",
      {
        "assets": ["composer.json", "CHANGELOG.md"],
        "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
      }
    ]
  ]
}

Author

Readme

Keywords

none

Package Sidebar

Install

npm i @iwavesmedia/semantic-release-composer

Weekly Downloads

151

Version

1.0.0

License

MIT

Unpacked Size

6.24 kB

Total Files

5

Last publish

Collaborators

  • its.cark