Include only relevant documents into released archives #326
-
|
Problem description Expected action
Additional context
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
The Source Archives are automatically created by GitHub (using But it is possible to exclude specific directories and files from them using Git attributes. This is accomplished through the I wouldn't exclude too many files from the archives, but to exclude the old MeetingMinutes there are two options: Option1 (Clean-up): Delete the minutes from the repository and change the link within the wiki which points to the old minutes instead to Option2 (exclude only from archives): commit a file See https://github.com/hdamker/NumberVerification/blob/test/.gitattributes and the resulting Zipfile in https://github.com/hdamker/NumberVerification/releases/tag/test Option 1 would result in cleaner repositories, but would break direct links to old meeting minutes. Option 2 would impact only future releases (e.g. the M4 public). |
Beta Was this translation helpful? Give feedback.
-
That is a different issue than the release archives. Just short: Currently that can be achieved manually by adding the links within the CHANGELOG entry of the release (as we create releases by copying this content into the release notes). See https://github.com/camaraproject/Commonalities/blob/main/CHANGELOG.md as example how it could look like for ICM. For API Repositories we have this by default, have a look: https://github.com/camaraproject/QualityOnDemand/blob/main/CHANGELOG.md#r31 |
Beta Was this translation helpful? Give feedback.
-
|
Concluding remark to close the discussion: There are several options to clean up the repositories:
the decision is up to the Sub Project / Working Group |
Beta Was this translation helpful? Give feedback.


Concluding remark to close the discussion:
There are several options to clean up the repositories:
the decision is up to the Sub Project / Working Group