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
Added print_commit_metadata function for consistent display of commit info
Updated template files with clearer instructions and new sections like "Announcement Request" and "Summary Request"
Fixed test cases in summarize_target.bats suite for more accurate validation
Exciting news! We're thrilled to announce the latest update to giv, packed with features that will enhance your experience and streamline your workflow.
4
+
5
+
## What’s New
6
+
7
+
### Improved Commit Metadata Display
8
+
We've added a new function called `print_commit_metadata` in our helper tools. This addition ensures that commit information is displayed consistently across all platforms, making it easier for you to track changes and maintain project history.
9
+
10
+
### Enhanced Documentation Templates
11
+
Our documentation templates have received a major overhaul with clearer instructions and the introduction of new sections like "Announcement Request" and "Summary Request". These updates aim to provide you with more comprehensive guidance when working with giv.
12
+
13
+
### More Reliable Testing
14
+
We've corrected several test cases in our `summarize_target.bats` suite, ensuring they now properly validate output. This means that our tests are more accurate than ever before, giving you confidence in the reliability of giv's features.
15
+
16
+
## Real-World Impact
17
+
18
+
With these updates, users can expect a more seamless and consistent experience when working with giv. The enhanced documentation templates make it easier to understand and utilize the software effectively, while improved testing ensures that all features work as intended every time.
19
+
20
+
Whether you're a developer looking for streamlined commit metadata display or a project manager needing comprehensive documentation, this update has something for everyone.
21
+
22
+
## Getting Started
23
+
24
+
Ready to experience these exciting updates? If you haven't already, download giv from our [website](https://giv.io/download). For existing users, simply upgrade to the latest version by running:
25
+
26
+
```sh
27
+
giv upgrade
28
+
```
29
+
30
+
## What’s Next?
31
+
32
+
We're constantly working on new features and improvements. Keep an eye out for upcoming releases that will bring even more functionality and ease of use to giv.
33
+
34
+
## Conclusion
35
+
36
+
Don't miss out on these game-changing updates! Download or upgrade to giv v1.0.3 today and experience the difference for yourself. If you have any questions or feedback, feel free to reach out to our support team at [support@giv.io](mailto:support@giv.io).
Copy file name to clipboardExpand all lines: templates/announcement_prompt.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
-
# Summary of Changes
1
+
# Announcement Request
2
2
3
+
## Recent Changes
4
+
5
+
```markdown
3
6
[SUMMARY]
7
+
```
8
+
9
+
## Instructions
4
10
5
-
Write one engaging blog post announcing the [VERSION] release of[PROJECT_TITLE], using the following guidelines:
11
+
Write one engaging blog post announcing the recent changes to[PROJECT_TITLE], using the information in the [Recent Changes](#recent-changes) section and the following guidelines:
6
12
7
13
1. Audience & Tone
8
14
• General audience interested in the software
@@ -40,3 +46,4 @@ Write one engaging blog post announcing the [VERSION] release of [PROJECT_TITLE]
40
46
• Ensure all technical details are translated into user-friendly language
Copy file name to clipboardExpand all lines: templates/summary_prompt.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
-
[PROJECT_TITLE][VERSION]
1
+
# Summary Request
2
+
Project: [PROJECT_TITLE]
3
+
4
+
## Git Diff
2
5
[SUMMARY]
6
+
7
+
## Instructions
8
+
3
9
Write a structured, Keep a Changelog–style summary of the provided git diff. Do not include any version headings or other releases—just one section of grouped changes with type prefixes for each list item.
0 commit comments