mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Fix failed release (#2261)
* Revert "(cargo-release) version yew-v0.19.2" This reverts commit feb45d81bc4ac7f5c6966622cb87286a1fa46d4e. * (cargo-release) version yew-macro-v0.19.2 * remove publish = false
This commit is contained in:
parent
feb45d81bc
commit
457e98682d
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "yew-macro"
|
||||
version = "0.19.1"
|
||||
version = "0.19.2"
|
||||
edition = "2018"
|
||||
authors = ["Justin Starry <justin@yew.rs>"]
|
||||
repository = "https://github.com/yewstack/yew"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "yew"
|
||||
version = "0.19.2"
|
||||
version = "0.19.1"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"Denis Kolodin <deniskolodin@gmail.com>",
|
||||
|
||||
@ -1,3 +1,2 @@
|
||||
pre-release-commit-message = "(cargo-release) version {{crate_name}}-v{{version}}"
|
||||
post-release-commit-message = "(cargo-release) start next development iteration {{crate_name}}-v{{next_version}}"
|
||||
publish = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user