Selaa lähdekoodia

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>
Mikael Finstad 3 vuotta sitten
vanhempi
commit
142b95a1c6
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      .github/CONTRIBUTING.md

+ 2 - 1
.github/CONTRIBUTING.md

@@ -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!