-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate attic maintenance #1225
Comments
Thank you Georg for the support!
|
Some further input from Jonas:
|
Just leaving further information from Jonas in xsf@. It needs it to do a diff of the old and new git master (which means keeping the state of the last master) and do calculations based on that. ( I proposed an approach:
that doesn't use Git diffs, so isn't what's needed) |
Ensuring versions showing up in the attic is a manual process, which should be automated. There should be some automation which detects addition of a
<revision>
block, tags the commit, builds the thing and pushes it into the attic.For the point above to work correctly, it is required that a revision block is only ever added after all changes belonging to that revision. Hence, it must be enforced that a PR does not change a document in any commit after the one adding a revision block.
The text was updated successfully, but these errors were encountered: