Skip to content

Commit 9cbd81b

Browse files
committed
add release prompt
1 parent 5930321 commit 9cbd81b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/prompts/release.prompt.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
mode: agent
3+
---
4+
Your task is to prepare the next release:
5+
1. Analyze the recent changes in the codebase, using git commit messages and diffs.
6+
2. Identify significant features, bug fixes, and improvements.
7+
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.
8+
4. Look at the version history in data/com.ranfdev.DistroShelf.metainfo.xml.in to determine the next version number, following semantic versioning principles.
9+
5. Update the version number in the root meson.build
10+
6. Do a final git commit with the message "vX.Y.Z". Finally, tag the commit with "vX.Y.Z".

0 commit comments

Comments
 (0)