Skip to content

Commit

Permalink
feat: add metadata to changelog.properties.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Mar 12, 2024
1 parent abbdabf commit 486ab4f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions workflow-templates/changelog.properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"name": "Changelog Automation Workflow",
"name": "No Clocks, LLC Default Changelog Automation Workflow",
"description": "This workflow is used to automate the process of creating a changelog for a release.",
"iconName": "changelog"
"iconName": "changelog",
"categories": [
"Documentation",
"Automation"
],
"filePatterns": [
"^CHANGELOG.md$",
"^.*\\cliff.toml$"
]
}

0 comments on commit 486ab4f

Please sign in to comment.