mozilla / geckodriver

WebDriver for Firefox
https://firefox-source-docs.mozilla.org/testing/geckodriver/
Mozilla Public License 2.0
7.03k stars 1.51k forks source link

Change in tagging convention broke `wasm-pack` tool #2080

Closed mwu-tow closed 1 year ago

mwu-tow commented 1 year ago

The recent v0.32.1 release is actually tagged twice: once as v0.32.1 and once as 0.32.1. This is unlike previous releases, where only v-number style of tags was used. This caused regressions in projects that assumed so-far scheme of naming things, like Rust's wasm-pack.

If this change was not intentional, please remove the 0.32.1 tag.

whimboo commented 1 year ago

Sorry, I thought that was already done. I've now removed the accidentally created tag name 0.32.1. Thanks for your report!