+[5 years ago]Solitonunless the latest release has just happened what you get from cloning is not the latest release. +[5 years ago]Solitonthere is also no reason every tag is a release or whatever logic github uses there. +[5 years ago]jlkthere is no standard way. Developers can use a wide array of methods to version their software. +[5 years ago]R2robotI prefer semantic versioning https://semver.org/ +[5 years ago]R2robotbut some people use whackadoodle versioning
there is also no reason every tag is a release or whatever logic github uses there.
+[5 years ago]very_sneakyhi all, is there a way to have a file named something other than README.md display automatically when navigating to a repo? +[5 years ago]very_sneakylike, the_name_of_a_blog_article.md, for example +[5 years ago]nedbatvery_sneaky: tell us more about why you would want that file displayed instead +[5 years ago]very_sneakynedbat: i'm trying to implement a CI/CD pipeline for my blog posts, and so atm I have a repository for each post. I'd prefer to be able to name the content something with more semantic meaning than README.md +[5 years ago]nedbatvery_sneaky: a repo per post sounds like overkill.