You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**Bump the version** in `package.json` (follow [semver](https://semver.org))
17
+
2.**Update `CHANGELOG.md`** with a summary of what changed
18
+
3.**Open a PR**, get it reviewed and merged to `master`
19
+
4.**Trigger the release** from the [Actions tab](../../actions/workflows/npm-release.yml):
20
+
- Select **NPM release** → **Run workflow** → run from `master`
21
+
22
+
The workflow will publish to npm and create a GitHub release with auto-generated notes.
23
+
24
+
> **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.
0 commit comments