Automations: Create changes only zip on release #577
Labels
enhancement
For new or improved features
help wanted
Extra attention is needed
up-for-grabs
Unassigned
What is the current situation?
https://github.com/VATSIM-UK/uk-controller-pack/blob/main/.github/workflows/Create%20ZIP%20on%20release.yml
creates full ZIP on release.
Changes only created every 28 days using git command
Git diff --diff-filter=d --name-only -z [Commit at last release]^ | xargs -0 git archive -o changes_only.zip HEAD --
What is the proposed change?
Create workflow in similar vein to existing to create a changes only zip on release. The workflow must do the following:
Reference materials (e.g. screenshots)
Additional context
The text was updated successfully, but these errors were encountered: