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

Automatically configure version information after every chagelog generation #486

Merged
merged 3 commits into from
Dec 27, 2024

Conversation

soham30rane
Copy link
Contributor

Fixes #481

This will allow the generate_changelog.yml to also do the following

  • Fetch latest stable release (this is done explicitly because the currently generated changelog might be for different release than the latest one)
  • Update version and release date in conf/config.yaml

@kwankyu
Copy link
Collaborator

kwankyu commented Dec 25, 2024

@haraldschilly In fae9b54, I changed releasedate to release_date. Hopefully, this change does not affect your workflow.

@soham30rane
Copy link
Contributor Author

I ran autopep8 on the entire file to ensure good formatting. This may result in unrelated formatting changes showing up in the diff, but no functional changes were made beyond the intended scope of the PR

Copy link
Collaborator

@kwankyu kwankyu left a comment

Choose a reason for hiding this comment

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

LGTM.

@kwankyu kwankyu merged commit dd88d3d into sagemath:master Dec 27, 2024
1 check passed
@kwankyu
Copy link
Collaborator

kwankyu commented Dec 27, 2024

Thanks!

@haraldschilly
Copy link
Member

@haraldschilly In fae9b54, I changed releasedate to release_date. Hopefully, this change does not affect your workflow.

Thx for the heads up, but as long as you also fix the template variables, everything is fine 🌈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

automatically configure version information
3 participants