https://github.com/packit/prepare-release
A GitHub action to prepare new releases
https://github.com/packit/prepare-release
Last synced: 9 months ago
JSON representation
A GitHub action to prepare new releases
- Host: GitHub
- URL: https://github.com/packit/prepare-release
- Owner: packit
- License: mit
- Created: 2022-09-07T12:12:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T21:22:17.000Z (10 months ago)
- Last Synced: 2025-09-06T09:47:17.326Z (9 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 2
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packit/prepare-release
GitHub Action to prepare a new release, which includes:
- generate a new changelog entry in `CHANGELOG.md`
- update the version in the specfile
- update `%changelog` in the specfile
Inputs:
- `version`: version string to be used in for the release
- `specfiles`: comma separated paths of the specfiles to be updated
- `token`: a `repo` scoped [Personal Access Token (PAT)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token);
defaults to [`GITHUB_TOKEN` secret](https://docs.github.com/en/actions/security-guides/automatic-token-authentication) if missing