Skip to content

Commit

Permalink
Merge pull request #2430 from hdoupe/dep-docs
Browse files Browse the repository at this point in the history
Add instructions for adding/updating a dependency
  • Loading branch information
MattHJensen authored Aug 20, 2020
2 parents 3ab1d20 + b0c54ae commit 593b7dc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ RELEASING TAX-CALCULATOR CONDA PACKAGES
--> run `pbrelease Tax-Calculator taxcalc X.Y.Z` [to build and upload packages]
====> ADD NEW DEPENDENCY OR UPDATE MINIMUM REQUIRED VERSION <====
--> add or update `run` list in `requirements` section of `conda.recipe/meta.yaml`
--> add or update package in `environment.yaml`
(this may have already been done in the PR that added or updated the
dependency.)
--> update `dev_pkgs` list in `test_4package.py:test_for_consistency` and make sure
the updated test passes
====> CREATE NEW BEHRESP PACKAGES (if necessary) <====
--> create Behavioral-Responses packages
Expand Down Expand Up @@ -88,4 +99,4 @@ $ git push upstream 1-4-1
$ git checkout master
$ git merge 1-4-1
```
```

0 comments on commit 593b7dc

Please sign in to comment.