fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.6k stars 115 forks source link

ci: revert add release-plz config. #907

Closed zicklag closed 6 months ago

zicklag commented 6 months ago

Reverts fishfolk/jumpy#906

We can't publish Jumpy to crates.io yet, and release-plz expects that. We'll do releases manually for now.

orhun commented 6 months ago

You can probably disable crates.io releases by doing:

publish = false

See: https://release-plz.ieni.dev/docs/config#the-publish-field

orhun commented 6 months ago

Ah, I just saw that you already did that. Well, what was the problem then? (just curious :3)

zicklag commented 6 months ago

Well, it seems like even with publish = false it tries to download the latest released package from crates.io to compare and calculate the next version or something. I feel like that shouldn't be done if publish = false, though.

It's probably worth opening an issue. I'd like to get the release PR workflow going for Jumpy and Bones.

orhun commented 6 months ago

Definitely, I'd say shoot them and issue to get this fixed!