+ [2020-05-17T21:36:33Z] jhass somehow I always assumed it would take the tag date
+ [2020-05-17T21:57:05Z] nedbat jhass: i wanted to retroactively populate my releases, but now i'm not so sure.
+ [2020-05-17T21:57:56Z] jhass welp it's just a date
+ [2020-05-17T21:58:28Z] jhass write it into the release notes if it's important
+ [2020-05-17T22:00:34Z] nedbat jhass: i don't know how people consume releases.

message no. 180598

Posted by oprypin in #github at 2020-05-17T21:21:30Z

oh wow, looks like there is no way
+ [2020-05-18T09:05:40Z] TheDcoder Hi, I would like to send a pull request to a repository, from a repository that I own but is not a fork of the said repository
+ [2020-05-18T09:05:44Z] TheDcoder Is this possible?
+ [2020-05-18T09:39:01Z] jhass I don't think so
+ [2020-05-18T09:39:27Z] jhass but you could just fork the other repo and add the fork as a remote to your local clone, then just push the branch to the fork and open the request from there
+ [2020-05-18T09:39:40Z] jhass given they share commit histories of course