diff --git a/.templates/default/issue-note.sbn b/.templates/default/issue-note.sbn index 0bcf3a8..a62bce0 100644 --- a/.templates/default/issue-note.sbn +++ b/.templates/default/issue-note.sbn @@ -1 +1,6 @@ -- {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}) +{{ + if issue_label == "Bug" +}}- Fix - {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}). +{{ else +}}- {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}). +{{ end -}} diff --git a/Chocolatey.Docs.Cake.Recipe/Content/addins.cake b/Chocolatey.Docs.Cake.Recipe/Content/addins.cake index 2300095..07ef2d6 100644 --- a/Chocolatey.Docs.Cake.Recipe/Content/addins.cake +++ b/Chocolatey.Docs.Cake.Recipe/Content/addins.cake @@ -2,7 +2,7 @@ // ADDINS /////////////////////////////////////////////////////////////////////////////// -#addin nuget:?package=Cake.Git&version=2.0.0 +#addin nuget:?package=Cake.Git&version=1.0.0 #addin nuget:?package=Cake.Kudu&version=2.0.0 #addin nuget:?package=Cake.Gulp&version=2.0.0 #addin nuget:?package=Cake.Yarn&version=0.4.8 diff --git a/GitReleaseManager.yaml b/GitReleaseManager.yaml index 6bda728..d78d02c 100644 --- a/GitReleaseManager.yaml +++ b/GitReleaseManager.yaml @@ -1,20 +1,26 @@ issue-labels-include: -- Breaking Change -- Feature -- Bug -- Improvement -- Documentation + - Breaking Change + - Deprecate + - Feature + - C4B Feature + - Bug + - Improvement + - Documentation + - Dependency Change issue-labels-exclude: -- Build -- Internal / Refactoring -- NO RELEASE NOTES + - Internal Refactoring + - BuildAutomation + - NO RELEASE NOTES issue-labels-alias: - - name: Documentation - header: Documentation - plural: Documentation - - name: Bug - header: Bug Fix - plural: Bug Fixes + - name: Documentation + header: Documentation + plural: Documentation + - name: Bug + header: Bug Fix + plural: Bug Fixes + - name: Deprecate + header: Deprecated Feature + plural: Deprecated Features create: include-sha-section: true sha-section-heading: "SHA256 Hashes of the release artifacts"