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

Workflow for auto releasing on GH #292

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

leuchtum
Copy link
Contributor

Continuing on #283 I suggest to add a workflow for auto releasing on GitHub. This can be done by using the action gh-release. One can configure it, so that it auto generates the release notes as well (Same outcome as using the button from the web GUI).

I marked this as draft for two reasons:

  • Need to discuss if combine this into the existing workflow .github/workflows/deploy.yml
  • The job in this PR filters the tag, as linopy uses v*.*.* as the tag for releases and you don't want to make a release for every tag. Need to discuss if adding this filter to the .github/workflows/deploy.yml as well.

@leuchtum
Copy link
Contributor Author

Checks failed due to codecov, same problem as in #290

Copy link
Collaborator

@FabianHofmann FabianHofmann left a comment

Choose a reason for hiding this comment

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

Great, thank you @leuchtum

@FabianHofmann FabianHofmann marked this pull request as ready for review May 21, 2024 11:54
@FabianHofmann FabianHofmann merged commit ae005d3 into PyPSA:master May 21, 2024
1 of 13 checks passed
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.

2 participants