Skip to content

Commit 3c0841e

Browse files
gortavoherjerusdp
authored andcommitted
feat: add release-hook.sh script for automated changelog generation
Adds release hook script that integrates with the release process to automatically generate changelog entries using gen-changelog tool. This script will be executed during the release process to update the PRLOG.md file with the appropriate version and date information.
1 parent c6601af commit 3c0841e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release-hook.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
# Build Changelog
4+
gen-changelog generate --display-summaries --next-version "$SEMVER"

0 commit comments

Comments
 (0)