Skip to content

Commit

Permalink
bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 29, 2024
1 parent e742985 commit 96d3456
Showing 1 changed file with 1 addition and 1 deletion.
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 96d3456

Please sign in to comment.