spacetelescope / roman_tools

Instructions and tutorials for Roman software tools distributed by STScI for the science community
BSD 3-Clause "New" or "Revised" License
14 stars 6 forks source link

Using Tags Instead of Stable Branch #35

Open robelgeda opened 4 years ago

robelgeda commented 4 years ago

Right now we use the sable branch for mybinder builds. I noticed that you can use git tags to specify the commits (the history) you would like to build in mybinder. Adding a tag on GitHub is like doing a versioned release of the code. This is a better way of keeping track of changes as well as keeping mybinder builds at sable points.

k-gilbert commented 4 years ago

This sounds like it would be a solid improvement in workflow to me. @ariedel, do you agree?

ariedel commented 4 years ago

Yes, this seems like an excellent way to keep stable versions around.

robelgeda commented 4 years ago

Sounds like a plan!