Skip to content

Commit d0d8b51

Browse files
authored
Add release notes generation example in awesome list (#225)
1 parent e4e8059 commit d0d8b51

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

examples/workflows/AWESOME.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ Welcome to our collection of awesome community-contributed workflows! This page
1010
- [Workflow Categories](#workflow-categories)
1111
- [🔍 Code Quality](#-code-quality)
1212
- [📋 Project Management](#-project-management)
13+
- [Enforce Contribution Guidelines in Pull Requests](#enforce-contribution-guidelines-in-pull-requests)
1314
- [📝 Documentation](#-documentation)
1415
- [🛡️ Security](#️-security)
1516
- [🧪 Testing](#-testing)
1617
- [🚀 Deployment \& Release](#-deployment--release)
18+
- [Generate Release Notes](#generate-release-notes)
1719
- [🎯 Specialized Use Cases](#-specialized-use-cases)
1820
- [Featured Workflows](#featured-workflows)
1921

@@ -31,7 +33,7 @@ Workflows that help maintain code quality, perform analysis, or enforce standard
3133

3234
Workflows that help manage GitHub issues, projects, or team collaboration.
3335

34-
### 1. Workflow to Enforce Contribution Guidelines in Pull Requests
36+
#### Enforce Contribution Guidelines in Pull Requests
3537

3638
**Repository:** [jasmeetsb/gemini-github-actions](https://github.com/jasmeetsb/gemini-github-actions)
3739

@@ -86,7 +88,19 @@ Workflows that enhance testing processes, generate test cases, or analyze test r
8688

8789
Workflows that handle deployment, release management, or publishing tasks.
8890

89-
*No workflows yet. Be the first to contribute!*
91+
#### Generate Release Notes
92+
93+
**Repository:** [conforma/policy](https://github.com/conforma/policy)
94+
95+
Make release notes based on all notable changes since a given tag.
96+
It categorizes the release notes nicely with emojis, output as Markdown.
97+
98+
**Key Features:**
99+
- Categorize changes in release notes
100+
- Include relevant links in release notes
101+
- Add fun emojis in release notes
102+
103+
**Workflow File:** [View on GitHub](https://github.com/conforma/policy/blob/bba371ad8f0fff7eea2ce7a50539cde658645a56/.github/workflows/release.yaml#L93-L114)
90104

91105
### 🎯 Specialized Use Cases
92106

examples/workflows/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ Have you created an awesome workflow using Gemini CLI? We'd love to feature it i
6161
When adding your workflow to [AWESOME.md](./AWESOME.md), use this format:
6262

6363
```markdown
64-
### <Workflow Name>
65-
**Author:** [@<username>](https://github.com/<username>)
64+
#### <Workflow Name>
65+
6666
**Repository:** [<owner>/<repo>](https://github.com/<owner>/<repo>)
67-
**Category:** <Category Name>
6867

6968
Brief description of what the workflow does and its key features.
7069

0 commit comments

Comments
 (0)