Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/pnpm install auto release #5446

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dull-squids-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ignored/hardhat-vnext": patch
---

A test version bump
7 changes: 7 additions & 0 deletions .github/workflows/v-next-changesets-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,14 @@ jobs:
- name: Apply and commit changesets
run: |
echo "Changesets found. Starting release."

# Apply prerelease changesets
pnpm changeset version

# Update the pnpm package lock file
pnpm install

# Commit the changes and push
git config --global user.name "Github Actions"
git config --global user.email "[email protected]"
git commit -a -m "chore: v-next version bump"
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading