mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-21 20:17:22 +01:00
Merge pull request #2182 from tgstation/Cyberboss-patch-1
Critical README fix
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
[](https://github.com/tgstation/tgstation-server/actions/workflows/ci-pipeline.yml) [](https://codecov.io/gh/tgstation/tgstation-server)
|
||||
|
||||
[](LICENSE) [](http://isitmaintained.com/project/tgstation/tgstation-server "Average time to resolve an issue") [](https://www.nuget.org/packages/Tgstation.Server.Api) [](https://www.nuget.org/packages/Tgstation.Server.Client)
|
||||
 [](LICENSE) [](http://isitmaintained.com/project/tgstation/tgstation-server "Average time to resolve an issue") [](https://www.nuget.org/packages/Tgstation.Server.Api) [](https://www.nuget.org/packages/Tgstation.Server.Client)
|
||||
|
||||
[](http://forthebadge.com) [](https://www.reddit.com/r/SS13/comments/5oplxp/what_is_the_main_problem_with_byond_as_an_engine/dclbu1a) [](http://forthebadge.com)
|
||||
|
||||
|
||||
@@ -807,7 +807,7 @@ namespace Tgstation.Server.ReleaseNotes
|
||||
var versionsPropertyGroup = project.Elements().First(x => x.Name == xmlNamespace + "PropertyGroup");
|
||||
var coreVersion = Version.Parse(versionsPropertyGroup.Element(xmlNamespace + "TgsCoreVersion").Value);
|
||||
|
||||
const string BodyForPRSha = "88f8f016fc9e79ac66d69d6656409f7d6aac5dcf";
|
||||
const string BodyForPRSha = "a4278b458274559c76797a372087ff758ab87259";
|
||||
var prBody = $@"# Automated Pull Request
|
||||
|
||||
This pull request was generated by our [deployment pipeline]({actionUrl}) as a result of the release of [tgstation-server-v{coreVersion}](https://github.com/tgstation/tgstation-server/releases/tag/tgstation-server-v{coreVersion}). Validation was performed as part of the process.
|
||||
@@ -823,7 +823,7 @@ Manifests
|
||||
- [x] This PR only modifies one (1) manifest
|
||||
- [x] Have you [validated](https://github.com/microsoft/winget-pkgs/blob/master/doc/Authoring.md#validation) your manifest locally with `winget validate --manifest <path>`?
|
||||
- [x] Have you tested your manifest locally with `winget install --manifest <path>`?
|
||||
- [x] Does your manifest conform to the [1.9 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.9.0)?
|
||||
- [x] Does your manifest conform to the [1.10 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.10.0)?
|
||||
|
||||
Note: `<path>` is the directory's name containing the manifest you're submitting.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user