Skip to content

Commit

Permalink
Merge pull request #2434 from posit-dev/dotnomad/up-deps-docs
Browse files Browse the repository at this point in the history
Add notes on updating dependencies to `CONTRIBUTING`
  • Loading branch information
dotNomad authored Nov 18, 2024
2 parents 0f75f87 + 86c5079 commit 306a3cc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,18 @@ This command will trigger the [Release GitHub Action](https://github.com/rstudio
Once complete the action has completed, the release will be available on the
[Releases page](https://github.com/rstudio/publishing-client/releases), and
published to the VSCode Marketplace.

## Updating Dependencies

After a release has gone out we take the opportunity to update dependencies.

Dependencies can be adjusted at any time; the process of updating after a
release keeps us proactive.

This includes our JavaScript packages, Go version/packages, and tooling
dependencies.

Any significantly difficult dependency updates should have an issue created to
track the work and can be triaged alongside our other issues.

Updates to dependencies should be done in a separate PR.

0 comments on commit 306a3cc

Please sign in to comment.