Skip to content

Commit

Permalink
Merge pull request #114 from theohbrothers/enhancement/generate-stand…
Browse files Browse the repository at this point in the history
…ardize-release-notes-category-title-for-chore-commits

Enhancement (generate): Standardize release notes category title for chore commits
  • Loading branch information
joeltimothyoh authored Jun 1, 2024
2 parents b916142 + d59ada0 commit a3ce002
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Changes-HashSubject-NoMerges-Categorized {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Changes-HashSubject-NoMerges-CategorizedSorted {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Changes-HashSubjectAuthor-NoMerges-Categorized {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Changes-HashSubjectAuthor-NoMerges-CategorizedSorted {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function VersionDate-HashSubject-NoMerges-Categorized {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function VersionDate-HashSubject-NoMerges-CategorizedSorted {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function VersionDate-HashSubjectAuthor-NoMerges-Categorized {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function VersionDate-HashSubjectAuthor-NoMerges-CategorizedSorted {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function VersionDate-Subject-NoMerges-Categorized {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function VersionDate-Subject-NoMerges-CategorizedSorted {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function VersionDate-SubjectAuthor-NoMerges-Categorized {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function VersionDate-SubjectAuthor-NoMerges-CategorizedSorted {
}
@{
Name = 'Chore'
Title = 'Maintenance'
Title = 'Chore'
}
)
$commitHistoryCategorizedCollection = New-Object System.Collections.ArrayList
Expand Down

0 comments on commit a3ce002

Please sign in to comment.