Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new generate_changelog script #5642

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 7, 2024

  1. infra: Add generate_changelog script

    This script will generate changelog from git versions. Main purpose of
    this script is to split this logic from the makebumpver and get rid of
    changelog in the upstream repository spec file.
    
    This script will be used to generate GitHub versions.
    jkonecny12 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bff1682 View commit details
    Browse the repository at this point in the history
  2. infra: Implement log generator

    Generate log from commits between specified versions.
    jkonecny12 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    454e885 View commit details
    Browse the repository at this point in the history