- Fork the Metaplex JS repository
- Create a new branch for each feature, fix or improvement
- Send a pull request from each feature branch to the main branch
All pull requests SHOULD adhere to the Conventional Commits specification. Semantic-release uses that specification to determine the type of release.
- fix: use proper key on WhitelistedCreator will bump the version to 1.0.1
- feat: implement ArweaveStorage provider will bump the version to 1.1.0
- BREAKING CHANGE: rewrite Metaplex.init will bump the version to 2.0.0
- feat!: rewrite Metaplex.init will bump the version to 2.0.0