helmholtz-analytics / heat

Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
https://heat.readthedocs.io/
MIT License
212 stars 53 forks source link

Automate release preparation process #1710

Open ClaudiaComito opened 3 weeks ago

ClaudiaComito commented 3 weeks ago

Due Diligence

Description

Summary

This PR introduces a new GitHub Actions workflow named "Prep Heat Release". The workflow is designed to automate the process of preparing a release for the Heat project.

Motivation

The goal of this workflow is to streamline the release preparation process by automating version extraction, branch creation, and version bumping. This reduces manual effort and minimizes the risk of human error.

Workflow Details

The workflow is triggered when an issue is opened with the label release-prep. A dedicated issue template has been added to the repo.

Impact

These changes will automate the release preparation process. It will create new release branches if needed, and update version numbers automatically based on the issue title. It will create a PR where further (manual) work can be collected.

The resulting PR looks like this.

Issue/s resolved: #1709

Changes proposed:

Type of change

Automation and docs update

Memory requirements

Performance

Does this change modify the behaviour of other functions? If so, which?

no