From 4f873aae35d893bc44df12df22b602b8ba6a1fcc Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Mon, 10 Apr 2023 16:46:36 -0700 Subject: [PATCH] Update the changelog for the v2.3.2 Also update the `making releases` document based on recent experience. --- CHANGELOG.md | 3 +++ docs/references/making_release.md | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d70489d5..9f9c68bbfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [2.3.2] - 2023-04-10 + ### Added - The `catalog_name` keyword has been added to the `UVData.read` and `UVData.select` methods to allow users to select on source name. diff --git a/docs/references/making_release.md b/docs/references/making_release.md index dec036f04e..1b5b0d1617 100644 --- a/docs/references/making_release.md +++ b/docs/references/making_release.md @@ -41,12 +41,14 @@ To do it fully by hand: 1. Fork the feedstock repo to your personal github account. 2. Make a new branch on your fork for the changes -3. get the new SHA from pypi: Go to the PyPI file listing page, next to each -file there's a little link labeled SHA256 that will copy the right value to your +3. get the new SHA from pypi: Go to the PyPI download page for this release. Next to the +source distribution (.tar.gz file) there's a "view hashes" link. Click that link to see +the SHA256 hash and click the "copy" link next to it to copy the right value to your clipboard. Or you can just download the file yourself and run `openssl sha256` on it. 4. update recipe/meta.yaml: minimally update the version, build & SHA (if it’s a new version, reset the build to zero, otherwise bump the build number). -Generally review the whole file for things that should change. +Generally review the whole file for things that should change, particularly any +dependency changes. 5. push your branch to github 6. open a PR against the feedstock repo from your branch. 7. get a bot to automatically re-render the code by commenting on the PR with