rust-bitcoin-unsafe-fast/.github/workflows
Tobin C. Harding e223cbe6df
CI: Only run release job for release PRs
Currently we run the release jobs for all PRs, this leads to red CI runs
any time we have unreleased changes in one crate used by another i.e.,
basically days after a release comes out.

Add a `release.sh` script that has more smarts to try and figure out if
the patch series currently ontop of tip of mater contains changes that
imply its a release PR. To do so we check for changes to the version
field in the manifest of each crate.
2023-04-04 12:49:59 +10:00
..
fuzz.yml CI: Prevent duplicate CI runs 2023-03-22 08:19:30 -07:00
kani.yml Run kani daily on a schedule 2022-12-29 16:23:59 +11:00
release.yml CI: Only run release job for release PRs 2023-04-04 12:49:59 +10:00
rust.yml Bump MSRV to 1.48.1 2023-03-23 08:03:06 +11:00