+[2020-03-06T19:41:53Z]Solitonunless the latest release has just happened what you get from cloning is not the latest release. +[2020-03-06T19:43:21Z]Solitonthere is also no reason every tag is a release or whatever logic github uses there. +[2020-03-06T20:35:05Z]jlkthere is no standard way. Developers can use a wide array of methods to version their software. +[2020-03-06T21:08:10Z]R2robotI prefer semantic versioning https://semver.org/ +[2020-03-06T21:08:22Z]R2robotbut some people use whackadoodle versioning
message no. 177570
Posted by pyusr in #github at 2020-03-06T12:55:07Z
how can I remove output of workflow runs from github actions ?
+[2020-03-07T04:31:35Z]very_sneakyhi all, is there a way to have a file named something other than README.md display automatically when navigating to a repo? +[2020-03-07T04:32:07Z]very_sneakylike, the_name_of_a_blog_article.md, for example +[2020-03-07T11:37:44Z]nedbatvery_sneaky: tell us more about why you would want that file displayed instead +[2020-03-07T11:56:29Z]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 +[2020-03-07T11:57:17Z]nedbatvery_sneaky: a repo per post sounds like overkill.