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

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

Open
Robert-96 opened this issue Mar 20, 2024 · 0 comments
Open
Labels

Comments

@Robert-96
Copy link
Member

Robert-96 commented Mar 20, 2024

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> 
@Robert-96 Robert-96 moved this from 🆕 New to 📋 Backlog in AltWalker's Backlog Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant