Skip to content

Commit

Permalink
fix: update contributing.md (vega#8470)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw authored and BradyJ27 committed Oct 19, 2023
1 parent bd01a3e commit 5317cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -196,7 +196,7 @@ During development, it can be convenient to rebuild automatically or to run test

### Deployment

Publishing is handled by a 2-branch [pre-release process](https://intuit.github.io/auto/docs/generated/shipit#next-branch-default), configured in `publish.yml`. All changes should be based off the default `next` branch, and are published automatically.
Publishing is handled by a 2-branch [pre-release process](https://intuit.github.io/auto/docs/generated/shipit#next-branch-default), configured in `publish-to-npm.yml`. All changes should be based off the default `next` branch, and are published automatically.

- PRs made into the default branch are auto-deployed to the `next` pre-release tag on NPM. The result can be installed with `npm install vega-lite/@next`.
- When merging into `next`, please use the `squash and merge` strategy.
Expand Down

0 comments on commit 5317cd9

Please sign in to comment.