Skip to content

Commit 201add2

Browse files
Ship TRADEMARK.md and SECURITY.md in the source package
Moving the trademark terms out of LICENSE created a regression the release workflow would have carried: the source zip ships README.md and LICENSE, so a recipient who only has the zip would get a bare Apache LICENSE with no trademark reservation attached at all. SECURITY.md rides along so an offline recipient knows where to report.
1 parent 962d7e3 commit 201add2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
setup.py \
112112
README.md \
113113
LICENSE \
114+
TRADEMARK.md \
115+
SECURITY.md \
114116
--exclude="*.pyc" \
115117
--exclude="__pycache__/*" \
116118
--exclude="*.DS_Store" \

0 commit comments

Comments
 (0)