semantic-release-rpm
is a plugin for semantic release that will build and publish a rpm.
// release.config.js OR .releaserc.json
{
plugins: [
'@argodevops/semantic-release-rpm', {
packageName: 'package_name',
installationDir: '/opt/my-deployment'
}
]
}
- installationDir
- type:
string
- The directory used to install the rpm.
- type:
- packageName
- type:
string
- The name of the package to be used.
- type: