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
- Host: GitHub
- URL: https://github.com/argodevops/semantic-release-rpm
- Owner: argodevops
- Created: 2023-06-12T13:39:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T21:48:35.000Z (over 1 year ago)
- Last Synced: 2025-10-07T15:41:16.995Z (8 months ago)
- Topics: javacript, npmjs, semantic-release
- Language: JavaScript
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.