Loading...
Loading...
[Git & Release] Update CHANGELOG.md [Unreleased] section with business-focused entries via systematic file review
npx skill4agent add duc01226/easyplatform changelog-update| Step | Action | Key Notes |
|---|---|---|
| 1 | Gather changes | |
| 2 | Create temp notes | |
| 3 | Systematic file review | Read each diff, identify business impact, categorize |
| 4 | Holistic review | Re-read notes -- what can users now do? |
| 5 | Generate entry | Keep a Changelog format under [Unreleased] |
| 6 | Update CHANGELOG.md | Insert new entry under [Unreleased] section |
| 7 | Cleanup | Delete temp notes file |
release-notesrelease-notesrelease-notes./CHANGELOG.md./docs/CHANGELOG.mdgit diff origin/main...HEAD --name-onlygit log origin/main..HEAD --onelinegit show {commit} --name-only.ai/workspace/changelog-notes-{YYMMDD-HHMM}.md# Changelog Review Notes - {date}
## Files Changed
- [ ] file1.ts -
- [ ] file2.cs -
## Categories
### Added (new features)
-
### Changed (modifications to existing)
-
### Fixed (bug fixes)
-
### Deprecated
-
### Removed
-
### Security
-
## Business Summary
<!-- What does this mean for users? -->StageCategoryPipelineController.cs## [Unreleased]
### {Feature/Module Name}: {Feature Title}
**Feature/Fix**: {One-line business description}
#### Added
- {Business-focused item}
#### Changed
- {What behavior changed}
#### Fixed
- {What issue was resolved}.ai/workspace/changelog-notes-*.md### TextSnippet: Content Management
**Feature**: Rich text snippet management with categorization and search capabilities.
#### Added
- Rich text editor with markdown support
- Category-based organization with tags
- Full-text search across snippets
- Multi-language content support (EN/VI)### Pipeline Changes
#### Added
- Pipeline.cs entity
- StageCategory enum
- PipelineController
- SavePipelineCommand