-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepares 3.2.0 #2604
Prepares 3.2.0 #2604
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2604 +/- ##
=======================================
Coverage 98.46% 98.46%
=======================================
Files 14 14
Lines 2611 2611
=======================================
Hits 2571 2571
Misses 40 40
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@MattHJensen I've gone through most of the steps of Also, the document says to run the following:
The |
@jdebacker, the |
@MattHJensen Last commit makes what I think are the final changes in this PR, updating |
Looks great to me. Thanks for handling this release @jdebacker! |
docs/contributing/RELEASING.md
Outdated
@@ -30,7 +33,8 @@ RELEASING TAX-CALCULATOR CONDA PACKAGES | |||
|
|||
--> create release X.Y.Z on GitHub using master branch | |||
|
|||
--> run `pbrelease Tax-Calculator taxcalc X.Y.Z` [to build and upload packages] | |||
--> Create new package on Conda-Forge for release X.Y.Z | |||
--> open a PR to github.com/conda-forge/taxcalc-feedstock where you change the `recipe/meta.yaml` file by updating (1) the version number to X.Y.Z and (2) the checksum to reflectr the checksum for the tarball for release X.Y.Z in the Tax-Calculator GitHub repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor typo reflectr -> reflect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the catch -- just fixed this.
Thanks @jdebacker @andersonfrailey @codykallen @amshoulders @chusloj @MaxGhenis! Merging. |
Thanks to @MattHJensen @andersonfrailey @codykallen @amshoulders @chusloj @MaxGhenis for your contributions that are added in this release!