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:
Julius Lungys 2021-12-11 21:31:34 +02:00 committed by GitHub
parent feb45d81bc
commit 457e98682d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.19.2"
version = "0.19.1"
edition = "2018"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",

View File

@ -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