Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 827 Bytes

File metadata and controls

24 lines (16 loc) · 827 Bytes

Contributing to dynamodb-test

Development

npm ci
npm test

Releasing a new version

Releases are published to npm via GitHub Actions.

Steps

  1. Bump the version in package.json (follow semver)
  2. Update CHANGELOG.md with a summary of what changed
  3. Open a PR, get it reviewed and merged to master
  4. Trigger the release from the Actions tab:
    • Select NPM releaseRun workflow → run from master

The workflow will publish to npm and create a GitHub release with auto-generated notes.

Note: Only Mapbox maintainers with write access to this repository can trigger the release workflow. External contributors can open and contribute to PRs, but releases are always cut by the owning team.