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

feat: validate contracts changeset files #15468

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

erikburt
Copy link
Collaborator

@erikburt erikburt commented Nov 29, 2024

Validate changesets for contracts.

Changes

  • To ensure changeset files that are added to the contracts/.changeset directory, add a new job which validates the changeset files by running pnpm changeset version.

Motivation

Stop files like this from being added. 218a97d was created to fix changeset files. Note:

  • The double/single quote changes were not a problem
  • The problem is that the changeset in contracts/.changeset had the package chainlink, instead of @chainlink/contracts.

Notes

This is not necessary for core changesets because that is already running a pnpm changeset version for those changes.


RE-3165

@erikburt erikburt self-assigned this Nov 29, 2024
@erikburt erikburt requested review from a team as code owners November 29, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants