└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # ScriptHookVDotNet-nightly 2 | Mirror for CI builds. 3 | 4 | Nightly gets an update for a release every commit pushed on [the main repository](https://github.com/scripthookvdotnet/scripthookvdotnet/commits/main). 5 | Commit SHAs on tags are not important for artifacts on this nightly repository, as they only 6 | reference commits on this nightly repository, which is rarely updated by commits. 7 | 8 | The link in a release description refers to a commit in the main repository. 9 | 10 | When you report bugs in the main repository, report with a commit in the main repository, 11 | not a commit in this repository. The description in each release contains the short and full 12 | hashes of the corresponding commit in the main repository. Reporting bugs with the short commit 13 | hash is acceptable unless the main branch in the main repository contains multiple hashes starting 14 | with the short commit hash (you could report with the full hash in this case). 15 | 16 | For the commit history on the main repository, see https://github.com/scripthookvdotnet/scripthookvdotnet/commits/main. 17 | --------------------------------------------------------------------------------