nasa / python_cmr

Python library for querying the common metadata repository.
MIT License
24 stars 22 forks source link

Discussion on next release #84

Closed frankinspace closed 2 months ago

frankinspace commented 2 months ago

There are a number of changes that have been completed:

https://github.com/nasa/python_cmr/blob/develop/CHANGELOG.md#unreleased

Suggestion is to create a release containing all of these changes. I think it makes sense for the next release to be a minor release as 0.13.0.

@nasa/python_cmr any objections?

chuckwondo commented 2 months ago

Works for me! Perhaps just tweak the very minor markdown issue at the end of the last item in the unreleased list in the changelog.

frankinspace commented 2 months ago

@chuckwondo @briannapagan FYI I started a release wiki page to outline the steps necessary to publish a new release https://github.com/nasa/python_cmr/wiki/Release-Process. Please review it when you get a chance. I'd like to have one of you run the release process next time if possible

chuckwondo commented 2 months ago

@chuckwondo @briannapagan FYI I started a release wiki page to outline the steps necessary to publish a new release https://github.com/nasa/python_cmr/wiki/Release-Process. Please review it when you get a chance. I'd like to have one of you run the release process next time if possible

Great!

In the section "Step 2: Prepare release branch" should the first step (prior to the current first step) be "Pull the latest revision from the develop branch"?

frankinspace commented 2 months ago

@chuckwondo updated

chuckwondo commented 2 months ago

The release process looks good. Next time, when either @briannapagan or I run through the process, we can make further adjustments to the doc, if we find anything else requiring clarification. Thanks again!