denoland / deno_bindgen

Write high-level Deno FFI libraries in Rust.
MIT License
287 stars 28 forks source link

feat: Have release builds always generate a new bindings.ts file #73

Closed jhechtf closed 2 years ago

jhechtf commented 2 years ago

As the title states, it would be nice if on a release the bindings.ts file was updated, especially in the case where a value was passed as the --release argument. Otherwise the committed version is going to be used, and if you are pointing to a github release or something then there is going to be a new URL that should be used for the accompanying files.