Skip to content

Add a new job for creating a new release branch for each new release #17

Description

@Robert-96

Create a workflow job that automatically generates a new release branch containing the model-visualizer.min.css and model-visualizer.min.js files for each new tag. This process allows the model-editor and live-viewer projects to use a specific versions, by using these release branches as CDNs with jsDelivr.

Below are the commands required to create a release branch:

git checkout --orphan release-v<version-number> 
git rm --cached -r .
git add model-visualizer.min.css model-visualizer.min.js 
git push -u origin release-v<version-number> 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions