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

Conversation

jkonecny12
Copy link
Member

@jkonecny12 jkonecny12 commented May 9, 2024

Add script to generate changelog based on the git history. You can specify tags/commit/HEAD range or without arguments this script will just take last two tags.

Next steps would be:

  • Remove this logic from makebumpver
  • Use this script during the Release creation
  • Remove changelog from the anaconda.spec.in and leave this on Packit to handle based on the Release description

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.
Generate log from commits between specified versions.
@github-actions github-actions bot added the f41 label May 9, 2024
@jkonecny12
Copy link
Member Author

/kickstart-test --waive infra only

@jkonecny12 jkonecny12 changed the title Add new changelog script Add new generate_changelog script May 10, 2024
Copy link
Contributor

@M4rtinK M4rtinK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants