You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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