Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.1'
Browse files Browse the repository at this point in the history
* hotfix/0.1.1:
  (maint) Remove unnecessary whitespace
  (maint) synced local '.templates/' with remote '.github/GitReleaseManager/.templates/'
  (maint) Make GRM config match template
  (#8) Pin to earlier version of Cake.Git
  • Loading branch information
gep13 committed Sep 6, 2023
2 parents ac703e0 + db922dc commit b9e8506
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
7 changes: 6 additions & 1 deletion .templates/default/issue-note.sbn
Original file line number Diff line number Diff line change
@@ -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 -}}
2 changes: 1 addition & 1 deletion Chocolatey.Docs.Cake.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
34 changes: 20 additions & 14 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b9e8506

Please sign in to comment.