Skip to content

Commit c850993

Browse files
committed
docs: update task execution instructions for new changelog system
Updated .github/instructions/process-tasks-list.instructions.md to reflect the new AI-powered changelog system: - Removed outdated instructions to manually update versions in PRs - Added guidance that PRs automatically get .changelog files - Clarified that version management is handled separately via release process - Removed references to RELEASE_INFO.md manual process Regular PRs should NOT update versions - only release PRs do that.
1 parent c9dc8ff commit c850993

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/instructions/process-tasks-list.instructions.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,9 @@ Guidelines for managing task lists in markdown files to track progress on comple
4242
- **Push**: Push changes to remote repository (`git push origin <branch-name>`)
4343
- **Create Pull Request**: After pushing changes and completing the parent task:
4444
- Create a Pull Request/Merge Request to the main branch
45-
- Follow version management guidelines from `RELEASE_INFO.md`:
46-
- Update version in `package.json` if this is a feature/fix release
47-
- Run `npm install` to update `package-lock.json`
48-
- Add new `<release>` entry in `com.github.IsmaelMartinez.teams_for_linux.appdata.xml` with:
49-
- Updated version number
50-
- Current date
51-
- Description of changes made
52-
- Commit version updates with message format: `chore: bump version to X.Y.Z`
45+
- **Do NOT update versions in regular PRs** - the changelog system handles this
46+
- The PR will automatically get a `.changelog/pr-XXX.txt` file with an AI-generated summary
47+
- See `docs-site/docs/development/manual-release-process.md` for the release process
5348
- Include clear PR description summarizing completed tasks and changes
5449
- Reference the original PRD and task list in PR description
5550
@@ -90,8 +85,8 @@ When working with task lists, the AI must:
9085
- Developer instructions in `.github/copilot-instructions.md`
9186
- Configuration documentation for new settings or patterns
9287
- API documentation for new IPC channels or interfaces
93-
8. **Version Management and PR Creation**: When all tasks are complete:
94-
- Follow versioning guidelines from `RELEASE_INFO.md`
95-
- Update `package.json`, `package-lock.json`, and `com.github.IsmaelMartinez.teams_for_linux.appdata.xml`
88+
8. **PR Creation**: When all tasks are complete:
89+
- **Do NOT update versions** - the changelog system handles releases separately
9690
- Create comprehensive Pull Request with clear description of completed work
9791
- Reference original PRD and summarize implementation approach
92+
- The PR will automatically get a `.changelog/pr-XXX.txt` file for the future release

0 commit comments

Comments
 (0)