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

Implement automatic release action #392

Merged
merged 5 commits into from
Mar 4, 2024
Merged

Implement automatic release action #392

merged 5 commits into from
Mar 4, 2024

Conversation

rihi
Copy link
Collaborator

@rihi rihi commented Feb 28, 2024

Pull request to add github action to automatically publish new releases.

Automatically creates a new commit which updates plugin.json with the new plugin version. Tags and plublishes commit.

New version is generated by time.strftime("%Y-%m-%d").
Releases are titled Release <version>.
Body of release contains Automatic release.

Fixes #384. (Though we should probably consider updating minimumbinaryninjaversion in plugin.json)

@rihi rihi self-assigned this Feb 28, 2024
@rihi rihi marked this pull request as ready for review February 29, 2024 12:16
@steffenenders
Copy link
Member

Thank you! I just tested this on a fork of dewolf and it seems to work as intended.

@steffenenders steffenenders merged commit f65a3e2 into main Mar 4, 2024
1 check passed
@steffenenders steffenenders deleted the automatic-release branch March 4, 2024 13:08
@rihi
Copy link
Collaborator Author

rihi commented Mar 4, 2024

Seems like the automatic release doesn't work for this repository, because main is configured as a protected branch, which can't be directly pushed to. Not sure how we want to handle this...

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.

consider pushing a new release?
2 participants