Skip to content

Commit dc7ae2d

Browse files
committed
release plz: allow_dirty = true to work around ignored commited files in spirv-tools submodule
1 parent 1d4c68e commit dc7ae2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.release-plz.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[workspace]
2+
# The folder `./spirv-tools-sys/spirv-tools/build_overrides` in the spirv-tools submodule is `.gitignore`-ed by the
3+
# pattern `/build*/`, even though it contains commited files, which release-plz is complaining about.
4+
allow_dirty = true
5+
16
[changelog]
27
body = """
38
## [{{ version }}]{%- if release_link -%}({{ release_link }}){% endif %} - {{ timestamp | date(format="%Y-%m-%d") }}\n

0 commit comments

Comments
 (0)