NCAR / NCAR/mlso-api-client

Release v1.0.0

Open
#11 0 comments 0 reactions 1 assignee View on GitHub

@mgalloy is already working on this.

Since Oct 1, 2025.

release
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Pre-release check
  • add date to version line in CHANGELOG.md and make sure it is up-to-date
  • check that version to release in CHANGELOG.md matches version in pyproject.toml
Release to production
  • merge master to production, git checkout release; git merge main
  • push production to origin, git push
  • tag production with release name of the form vX.Y.Z, e.g., git tag -a v0.1.0
  • push tags, e.g., git push --tags
Post-release check
  • send email with new release notes to iguana, detoma, and observers
  • in main, increment version in pyproject.toml and CHANGELOG.md
  • install new version, i.e., pip install -e .[dev]
Special tasks
  • clean out pre-1.0 doc versions on Read the Docs

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.