Skip to content

Commit

Permalink
chore(release): add .gitkeep to empty changelog dir when generating t…
Browse files Browse the repository at this point in the history
…he changelog PR
  • Loading branch information
outsinre authored and flrgh committed Feb 26, 2024
1 parent b35c8ef commit 6461829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ push_changelog:
mkdir -p $(VERSION)/$$i ; \
git mv -k $(UNRELEASED_DIR)/$$i/*.yml $(VERSION)/$$i/ ; \
touch $(UNRELEASED_DIR)/$$i/.gitkeep ; \
touch $(VERSION)/$$i/.gitkeep ; \
done
@git add .
@git commit -m "docs(release): genereate $(VERSION) changelog"
Expand Down

0 comments on commit 6461829

Please sign in to comment.