2.3.1 • Published 6 years ago

semantic-release-verify-patch v2.3.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Semantic Release Verify Patch

Introduction

semantic-release-verify-patch is a plugin for semantic-release’s verifyRelease step.

A release is only allowed when it's a patch release. minor and major releases get rejected.

Setup Example

The setting applyRegex defines when the plugin semantic-release-verify-patch gets applied.

{
  "devDependencies": {
    "semantic-release-verify-patch": "^2.0.0"
  },
  "release": {
    "verifyRelease": [{
        "path": "semantic-release-verify-patch",
        "applyRegex": "^release-"
      }
    ]
  }
}

Compatibility

This plugin is compatible with semantic-release 11.0.0 - 15.1.5 (most current version available at commit time)

License

MIT

2.3.1

6 years ago

2.3.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago