Skip to content

Shared GHA workflows and tasks used to maintain the HoloViz repositories

License

Notifications You must be signed in to change notification settings

holoviz-dev/holoviz_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

holoviz_tasks

Shared GHA workflows and tasks used to maintain the HoloViz repositories

Release

To make a release tag the commit with the version number and push it to the repo.

git tag -a v0.1.X -m "Version 0.1.X"
git push --tags v0.1.X

Afterwards merge the commits up tag into v0 branch. This branch is used across projects to not manually update to the latests tag.

git checkout v0
git merge main
git push origin v0

About

Shared GHA workflows and tasks used to maintain the HoloViz repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •