Skip to content

Commit

Permalink
doc: Rename readme template file (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Jun 29, 2024
1 parent 96bfaa7 commit aff55e5
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pnpm changeset || true
pnpm changeset version

for pkg in $(ls -d packages/*); do
CHANGELOG=$(cat ./$pkg/CHANGELOG.md) envsubst < ./$pkg/README.md.tmpl > ./$pkg/README.md
CHANGELOG=$(cat ./$pkg/CHANGELOG.md) envsubst < ./$pkg/README.tmpl.md > ./$pkg/README.md
git add ./$pkg/README.md
done

Expand Down

0 comments on commit aff55e5

Please sign in to comment.