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
[refactor] Updated GitHub repository URLs from itlackey/giv to giv-cli/giv in install commands and references throughout the codebase.
[style] Refactored debug output formatting in `parse_args` function for better readability.
Copy file name to clipboardExpand all lines: docs/using_changeish_with_npm.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Supercharge Your npm Project Changelog with AI: Automate Releases Using giv
2
2
3
-
Keeping a changelog up to date is essential for any project, but it’s often tedious and easy to neglect. What if you could automate beautiful, structured changelogs using AI—right from your npm workflow? Enter [giv](https://github.com/itlackey/giv): an open-source Bash tool that summarizes your Git history into clean, Markdown changelogs using local or remote AI models.
3
+
Keeping a changelog up to date is essential for any project, but it’s often tedious and easy to neglect. What if you could automate beautiful, structured changelogs using AI—right from your npm workflow? Enter [giv](https://github.com/giv-cli/giv): an open-source Bash tool that summarizes your Git history into clean, Markdown changelogs using local or remote AI models.
4
4
5
5
In this post, I’ll show you how to integrate giv into your npm-based project, customize it for your workflow, and never stress about changelogs again.
6
6
@@ -20,7 +20,7 @@ In this post, I’ll show you how to integrate giv into your npm-based project,
20
20
First, install giv globally:
21
21
22
22
```bash
23
-
curl -fsSL https://raw.githubusercontent.com/itlackey/giv/main/install.sh | sh
23
+
curl -fsSL https://raw.githubusercontent.com/giv-cli/giv/main/install.sh | sh
24
24
```
25
25
26
26
---
@@ -124,7 +124,7 @@ Or for staged changes:
124
124
125
125
Automate your changelog, impress your users, and streamline your releases. Add giv to your npm project today and let AI do the heavy lifting.
126
126
127
-
👉 [Get giv on GitHub](https://github.com/itlackey/giv)
127
+
👉 [Get giv on GitHub](https://github.com/giv-cli/giv)
0 commit comments