Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Create make target for creating release tags
Simplify work associated with creating a new release by introducing a new 'make release' Makefile target that automates some of the recurring git-related steps. The new make target will perform the following steps: - Update man pages, README and spec file with new version and last modified dates - Create a new commit for the version changes - Tag the commit with a release tag in canonical format Signed-off-by: Peter Oberparleiter <[email protected]>
- Loading branch information