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

Release action is no longer maintained #1043

Closed
rickstaa opened this issue Sep 1, 2021 · 5 comments
Closed

Release action is no longer maintained #1043

rickstaa opened this issue Sep 1, 2021 · 5 comments

Comments

@rickstaa
Copy link
Member

rickstaa commented Sep 1, 2021

I just noticed that the create-release action is no longer being maintained by the Github team. I did not run into errors yet on the Reviewdog actions I support, other than the action not automatically being released to the marketplace (see actions/create-release#99). However, maybe let's switch to a new maintained branch to be sure.

The Github team gives the following alternatives:

Maintained Actions:

@review-dog does anybody have a preference between these actions or is aware of a better action?

@trim21
Copy link
Contributor

trim21 commented Sep 3, 2021

maybe just use github cli gh https://github.com/cli/cli . it's installed in all github actions already.

@rickstaa
Copy link
Member Author

rickstaa commented Sep 3, 2021

@trim21 ah, I was not aware of that. Looks like a good solution. Thanks for the update!

@rickstaa
Copy link
Member Author

rickstaa commented Feb 10, 2022

I updated the actions of which I am a maintainer. I used the following see https://github.com/reviewdog/action-black/blob/0d6daa02d36c2b9669bd71dd460d1e87df8ca097/.github/workflows/release.yml#L41-L46 for an example. This solution still has the problem that the release is not published to the marketplace since the GitHub API doesn't allow this yet (see this feature reques.

The following actions still need to be updated by their action maintainers:

@shogo82148
Copy link
Contributor

done! #1043 (comment)

@rickstaa
Copy link
Member Author

done! #1043 (comment)

Amazing thanks!

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

No branches or pull requests

3 participants