-
Notifications
You must be signed in to change notification settings - Fork 5
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
ci: set up gh actions #1
Conversation
The author of this PR, rafaelcr, is not an activated member of this organization on Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After an initial pass this seems to be in good shape! The only thing missing is the .releaserc
file which configures the semantic-release plugin. And it might take a couple attempts to get it to version the runehook cargo.toml and runes-api package.json correctly.
Here's a couple references we can use to write this:
https://github.com/hirosystems/stacks-blockchain-api/blob/develop/.releaserc
https://github.com/hirosystems/gh-actions-example/blob/main/package.json
And I'm interested in trying this plugin to version the cargo.toml: https://github.com/semantic-release-cargo/semantic-release-cargo
Let me know if you'd like help on this, I'm happy to take a stab at it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🤞
No description provided.