Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cd21h committed Sep 22, 2019
2 parents 923422c + 76110ef commit ffa9b67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create:
include-footer: true
footer-heading: Where to get it
footer-content: You can download this release from [GitHub](https://github.com/sharparchitecture/Sharp-Architecture/releases/{milestone}
footer-content: You can download this release from [GitHub](https://github.com/sharparchitecture/Sharp-Architecture/releases/{milestone})
footer-includes-milestone: true
milestone-replace-text: '{milestone}'
# export:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| | Stable | Develop |
|:--:|:--:|:--:|
| Build | [![Build status](https://ci.appveyor.com/api/projects/status/q90e3hg7g3wgf79p/branch/master?svg=true)](https://ci.appveyor.com/project/sharparchitecture/sharp-architecture/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/q90e3hg7g3wgf79p?svg=true)](https://ci.appveyor.com/project/sharparchitecture/sharp-architecture) |
| NuGet | [![NuGet](https://img.shields.io/nuget/v/Sharp-Architecture.svg)](https://www.nuget.org/packages?q=SharpArch)|[![NuGet](https://img.shields.io/nuget/vpre/Sharp-Architecture.svg)](https://www.nuget.org/packages?q=SharpArch) |
| NuGet | [![NuGet](https://img.shields.io/nuget/v/SharpArch.Domain.svg)](https://www.nuget.org/packages?q=SharpArch)|[![NuGet](https://img.shields.io/nuget/vpre/SharpArch.Domain.svg)](https://www.nuget.org/packages?q=SharpArch) |
| Coverage | [![Coverage Status](https://coveralls.io/repos/github/sharparchitecture/Sharp-Architecture/badge.svg?branch=master)](https://coveralls.io/github/sharparchitecture/Sharp-Architecture?branch=master) | [![Coverage Status](https://coveralls.io/repos/github/sharparchitecture/Sharp-Architecture/badge.svg?branch=develop)](https://coveralls.io/github/sharparchitecture/Sharp-Architecture?branch=develop) |


Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Task("CreateNugetPackages")
if (isTagged) {
var releaseNotes = $"https://github.com/{repoOwner}/{repoName}/releases/tag/{milestone}";
Information("Updating ReleaseNotes Link: {0}", releaseNotes);
XmlPoke($"{srcDir}/Directory.Build.props",
XmlPoke("./Directory.Build.props",
"/Project/PropertyGroup[@Label=\"Package\"]/PackageReleaseNotes",
releaseNotes
);
Expand Down

0 comments on commit ffa9b67

Please sign in to comment.