Skip to content

Commit 963c86d

Browse files
committed
improve release prompt
1 parent 9cbd81b commit 963c86d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/prompts/release.prompt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ mode: agent
33
---
44
Your task is to prepare the next release:
55
1. Analyze the recent changes in the codebase, using git commit messages and diffs.
6+
Use the following git commands to gather the necessary information:
7+
```sh
8+
git log --reverse $(git describe --tags --abbrev=0)..HEAD --pretty=format:"commit %H%nAuthor: %an <%ae>%nDate: %ad%nSubject: %s%n%n%b" --date=short -p --no-color
9+
```
610
2. Identify significant features, bug fixes, and improvements.
711
3. Write clear and concise release notes summarizing these changes, appending them in data/com.ranfdev.DistroShelf.metainfo.xml.in. Ensure you add the new release entry at the top of the releases section with the current date.
812
4. Look at the version history in data/com.ranfdev.DistroShelf.metainfo.xml.in to determine the next version number, following semantic versioning principles.

0 commit comments

Comments
 (0)