Only tag main package

This commit is contained in:
Jan-Henrik 2022-04-19 12:14:11 +02:00
parent babaf0a6f9
commit 673726b43d
2 changed files with 6 additions and 0 deletions

View file

@ -13,3 +13,6 @@ keywords = ["embedded", "no_std", "bootloader", "framework", "ota", "fota", "upd
[dependencies]
moonboot = { path = "../", version = "0.1.0-dev" }
[package.metadata.release]
tag = false

View file

@ -15,3 +15,6 @@ proc-macro = true
proc-macro-error = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
[package.metadata.release]
tag = false