An open API service indexing awesome lists of open source software.

https://github.com/argodevops/semantic-release-rpm

Plugin for semantic release that will build and publish a rpm
https://github.com/argodevops/semantic-release-rpm

javacript npmjs semantic-release

Last synced: 4 months ago
JSON representation

Plugin for semantic release that will build and publish a rpm

Awesome Lists containing this project

README

          

# Semantic-release-rpm
`semantic-release-rpm` is a plugin for semantic release that will build and publish a rpm.

## Usage

``` js
// release.config.js OR .releaserc.json

{
plugins: [
'@argodevops/semantic-release-rpm', {
packageName: 'package_name',
installationDir: '/opt/my-deployment'
}
]
}
```

## Config
- installationDir
- type: `string`
- The directory used to install the rpm.
- packageName
- type: `string`
- The name of the package to be used.