Skip to content
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

Auto create new releases #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

philipqueen
Copy link

Closes #16.

Checklist from the issue:

Create a GH Action that:

  • On new tag
    • Create .zip from [repo-root]/freemocap_blender_addon/ folder
    • Create new Release (named v[VersionTag] Release or something)
    • Paste boiler plate instructions to Patch notes (see v1.3.0)
    • Auto generate Release notes

Bonus!

  • Create and run build tests, including:
    • Install .zip to blender via subporocess blender ... call
    • Process freemocap_test_data to produce a freemocap_test_data_processed_with_[VersionTag].blend file, and attach to the release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically create new release and create/attach add-on .zip on new tags (i.e. version bumps)
1 participant