Each release triggers a github action that archives the current wdds_schema folder with the release tag e.g. `wdds_schema_v1.0.0` ``` - archive - wdds_schema_v1.0.0 - wdds_schema_v1.0.1 - wdds_schema_v2.0.0 ``` Github action for creating releases - https://github.com/softprops/action-gh-release Git tagging - https://git-scm.com/book/en/v2/Git-Basics-Tagging Github action trigger on tag - https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/triggering-a-workflow#using-filters-to-target-specific-branches-or-tags-for-push-events See https://stackoverflow.com/questions/69063452/github-actions-on-release-created-workflow-trigger-not-working
Each release triggers a github action that archives the current wdds_schema folder with the release tag e.g.
wdds_schema_v1.0.0Github action for creating releases - https://github.com/softprops/action-gh-release
Git tagging - https://git-scm.com/book/en/v2/Git-Basics-Tagging
Github action trigger on tag - https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/triggering-a-workflow#using-filters-to-target-specific-branches-or-tags-for-push-events
See
https://stackoverflow.com/questions/69063452/github-actions-on-release-created-workflow-trigger-not-working