Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 682 Bytes

Release Process

A release may include changes from multiple pull requests. Only the package maintainers have access to publish releases.

  1. Checkout the main branch and pull the latest changes

  2. Bump the package version: npm version [major | minor | patch].

  1. Update CHANGELOG.md with the list of changes that have occurred since the last release. Commit the version bump and CHANGELOG updates to the main branch.

  2. npm login - enter your credentials. Make sure you have access to the eppo NPM organization.

  3. npm publish. (You can also do npm publish --dryrun to test)