clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

CI - Run `tools/publish-crates.sh --dry-run` #1961

Closed bfops closed 1 week ago

bfops commented 2 weeks ago

Description of Changes

We keep discovering issues during release, e.g. due to missing LICENSE files.

This adds tools/publish-crates.sh --dry-run as a CI step, so we will learn of these issues when they are initially introduced, instead of during release.

Once this is merged, we should make it a required check.

API and ABI breaking changes

None

Expected complexity level and risk

1

Testing