You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently saw this cargo-semver-checks maybe this would make it easier to identify breaking changes. I haven't tried it though.
I quickly looked into it, but it seems cargo semver, while it does support semver check against github revisions with cli, it does not support this in Github Actions. It seems to only check against crates.io.
To solve this issue we can either
I agree that publishing on crates.io is probably the easiest approach but did you see the section "Does the crate I'm checking have to be published on crates.io?" in the readme?
Yes, I saw that. But as far as I understood, that's for the cli version. For the GitHub Action one, I didn't find that option. Ofc, one could build the cli version into GHA, but I'm not sure if that's worth it.
Yes, I saw that. But as far as I understood, that's for the cli version. For the GitHub Action one, I didn't find that option. Ofc, one could build the cli version into GHA, but I'm not sure if that's worth it.
Ok, I just wanted to mention it. You already gave it more thought than I did 👍
According to the comment of @Niederb here: #515 (review):
I quickly looked into it, but it seems cargo semver, while it does support semver check against github revisions with cli, it does not support this in Github Actions. It seems to only check against crates.io.
To solve this issue we can either
The text was updated successfully, but these errors were encountered: