mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Update CONTRIBUTING.md (#3411)
* Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update .github/CONTRIBUTING.md Co-authored-by: Merlijn Vos <merlijn@soverin.net> Co-authored-by: Merlijn Vos <merlijn@soverin.net>
This commit is contained in:
parent
18b23e3871
commit
142b95a1c6
1 changed files with 2 additions and 1 deletions
3
.github/CONTRIBUTING.md
vendored
3
.github/CONTRIBUTING.md
vendored
|
|
@ -146,8 +146,9 @@ yarn start
|
|||
Releases are managed by GitHub Actions, here’s an overview of the process to release a new Uppy version:
|
||||
|
||||
* Run `yarn release` on your local machine.
|
||||
* Follow the instructions and select what packages to release.
|
||||
* Follow the instructions and select what packages to release. **Warning:** skipping packages results in those changes being "lost", meaning they won't be picked up in the changelog automatically next release. Always try to release all.
|
||||
* Before committing, check if the generated files look good.
|
||||
* When asked to edit the next CHANGELOG, only include changes related to the package(s) you selected for release.
|
||||
* Push to the Transloadit repository using the command given by the tool. Do not open a PR yourself, the GitHub Actions will create one and assign you to it.
|
||||
* Wait for all the GitHub Actions checks to pass. If one fails, try to figure out why. Do not go ahead without consulting the rest of the team.
|
||||
* Review the PR thoroughly, and if everything looks good to you, approve the PR. Do not merge it manually!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue