mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
chore(ci): do not publish extra packages
This commit is contained in:
parent
a4b2ef550c
commit
a7e5803c80
6
.github/release-plz.toml
vendored
6
.github/release-plz.toml
vendored
|
|
@ -37,15 +37,19 @@ git_tag_name = "v{{ version }}"
|
|||
[[package]]
|
||||
name = "e2e"
|
||||
release = false
|
||||
publish = false
|
||||
[[package]]
|
||||
name = "tuikit"
|
||||
release = false
|
||||
publish = false
|
||||
[[package]]
|
||||
name = "common"
|
||||
release = false
|
||||
publish = false
|
||||
[[package]]
|
||||
name = "common"
|
||||
name = "xtask"
|
||||
release = false
|
||||
publish = false
|
||||
|
||||
[changelog]
|
||||
header = """# Changelog
|
||||
|
|
|
|||
Loading…
Reference in a new issue