Closed matthewfeickert closed 1 year ago
Hi @matthewfeickert The main
branch has been created. (We'll keep the master
branch as well due to the rest of the REANA repository ecosystem.)
We'll keep the master branch as well due to the rest of the REANA repository ecosystem.)
Excellent! I was going to ask for this anyway to ensure older releases didn't break. Thanks @tiborsimko!
@tiborsimko or @lukasheinrich Can I get you to do me a favor and just do the following to get a
main
branch to exist (not even be the default)?The reason I want this is because in https://github.com/yadage/yadage-schemas/pull/44/files the value of the default target branch in
generic_github_url
got changed frommaster
tomain
. This went intoyadage-schemas
v0.11.0
which is now getting picked up inrecast-atlas
causing things like https://gitlab.cern.ch/recast-atlas/examples/public-examples-tests/-/merge_requests/4 to fail becauseexamples/rome
is picking upand https://github.com/reanahub/reana-demo-atlas-recast/ doens't have a
main
branch for it to get targeted in thegithub:<username/repo[@branch]>[:subpath]
toplevel
format.I'm going to fix this in https://github.com/recast-hep/recast-atlas but it would be good to have this get fixed everywhere that has something like this copied as well.