libsql / sqld

LibSQL with extended capabilities like HTTP protocol, replication, and more.
https://libsql.org
903 stars 38 forks source link

chore: update cargo-dist to 0.2.0-prerelease.6 and set create-release=false #634

Closed Gankra closed 1 year ago

Gankra commented 1 year ago

This enables the builtin support for the functionality that was temporarily hand-edited into release.yml. prerelease.6 also incidentally got a bunch of other improvements, like support for more tag formats and cleaned up comments/terms in the release.yml.

(All I did was hand-edit in create-release=false and then ran cargo dist init --yes with prerelease.6 installed on my computer).

Gankra commented 1 year ago

For reference I checked the impl worked by generating this test release of our dummy project:

https://github.com/oranda-gallery/cargodisttest/releases/tag/releases%2Fv0.3.63

(Hand wrote a draft with the right tag set, then pushed a commit with a matching tag.)