diff --git a/sv-parser-error/Cargo.toml b/sv-parser-error/Cargo.toml index 3338272..44733d8 100644 --- a/sv-parser-error/Cargo.toml +++ b/sv-parser-error/Cargo.toml @@ -10,5 +10,8 @@ readme = "../README.md" description = "Helper crate of sv-parser" edition = "2018" +[package.metadata.release] +disable-tag = true + [dependencies] failure = "0.1.5" diff --git a/sv-parser-macros/Cargo.toml b/sv-parser-macros/Cargo.toml index 1f308b6..db7fc01 100644 --- a/sv-parser-macros/Cargo.toml +++ b/sv-parser-macros/Cargo.toml @@ -10,6 +10,9 @@ readme = "../README.md" description = "Helper crate of sv-parser" edition = "2018" +[package.metadata.release] +disable-tag = true + [lib] proc-macro = true diff --git a/sv-parser-parser/Cargo.toml b/sv-parser-parser/Cargo.toml index d95a98e..ce120eb 100644 --- a/sv-parser-parser/Cargo.toml +++ b/sv-parser-parser/Cargo.toml @@ -10,6 +10,9 @@ readme = "../README.md" description = "Helper crate of sv-parser" edition = "2018" +[package.metadata.release] +disable-tag = true + [features] default = [] trace = ["nom-tracable/trace"] diff --git a/sv-parser-pp/Cargo.toml b/sv-parser-pp/Cargo.toml index e1521d6..79d89af 100644 --- a/sv-parser-pp/Cargo.toml +++ b/sv-parser-pp/Cargo.toml @@ -10,6 +10,9 @@ readme = "../README.md" description = "Helper crate of sv-parser" edition = "2018" +[package.metadata.release] +disable-tag = true + [features] default = [] trace = ["sv-parser-parser/trace"] diff --git a/sv-parser-syntaxtree/Cargo.toml b/sv-parser-syntaxtree/Cargo.toml index ba481b4..8d8fd36 100644 --- a/sv-parser-syntaxtree/Cargo.toml +++ b/sv-parser-syntaxtree/Cargo.toml @@ -11,6 +11,9 @@ description = "Helper crate of sv-parser" edition = "2018" build = "build.rs" +[package.metadata.release] +disable-tag = true + [dependencies] sv-parser-macros = {version = "0.1.0", path = "../sv-parser-macros"}