Skip to content

Use a new GitHub Action for creating releases #1691

Closed
@jpraynaud

Description

@jpraynaud

Why

We use an unmaintained GitHub Action for creating the releases in the CI/CD (release, pre-release, unstable). We want to replace it with one or multiple maintained GitHub Action(s).

What

Replace the https://github.com/marvinpinto/actions GitHub Action which is not maintained any more with a maintained action such as https://github.com/softprops/action-gh-release. We need to have an action that handles the unstable release (which needs to be updated at every merge) or use a different one for that purpose.

How

  • Validate that the https://github.com/softprops/action-gh-release is a good replacement for pre-release/release
  • Validate that the https://github.com/softprops/action-gh-release is a good replacement for unstable
  • Check if we can have both auto-generated release note and append body (to remove the use of tubone24/update_release)?
  • Update the CI/CD pipelines (testing should be done in a separate test fork/repo)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions