Skip to content

Commit

Permalink
docs: Remove command when generating release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Feb 1, 2024
1 parent 38fd1cc commit 634ede2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ changelog:

# Generate release notes from changelog.
release-notes:
git-changelog --input $(CHANGELOG_PATH) --release-notes
@git-changelog --input $(CHANGELOG_PATH) --release-notes

# Build documentation only from src.
doc-gen:
Expand Down
2 changes: 1 addition & 1 deletion template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ changelog:

# Generate release notes from changelog.
release-notes:
git-changelog --input $(CHANGELOG_PATH) --release-notes
@git-changelog --input $(CHANGELOG_PATH) --release-notes

# Build documentation only from src.
doc-gen:
Expand Down

0 comments on commit 634ede2

Please sign in to comment.