Skip to content

Commit

Permalink
Revert "update contracts README with changesets (#13002)"
Browse files Browse the repository at this point in the history
This reverts commit 0370aa9.
  • Loading branch information
HenryNguyen5 committed Apr 27, 2024
1 parent ba89864 commit ee9ea07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @chainlink/contracts
# @chainlink/contracts CHANGELOG.md

## 1.1.0 - 2024-04-23
## 1.1.0

### Minor Changes

Expand Down
16 changes: 0 additions & 16 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,6 @@ contribution information.

Thank you!

### Changesets

We use [changesets](https://github.com/changesets/changesets) to manage versioning the contracts.

Every PR that modifies any configuration or code, should most likely accompanied by a changeset file.

To install `changesets`:
1. Install `pnpm` if it is not already installed - [docs](https://pnpm.io/installation).
2. Run `pnpm install`.

Either after or before you create a commit, run the `pnpm changeset` command in the `contracts` directory to create an accompanying changeset entry which will reflect on the CHANGELOG for the next release.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## License

[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit ee9ea07

Please sign in to comment.