Skip to content
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

Prepare 0.2.0 release #52

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Prepare 0.2.0 release #52

merged 2 commits into from
Jan 21, 2025

Conversation

caleb-johnson
Copy link
Collaborator

@caleb-johnson caleb-johnson commented Jan 21, 2025

Remaining action items:

  • Update version [sub]string in all files where it appears in the repository
    • .mergify.yml
    • pyproject.toml
    • .github/workflows/docs.yml
  • move release notes to 0.2 directory
  • update any remaining 0.2 deprecation warnings from to a later release number
  • merge everything except this PR on the milestone
  • merge this PR
  • build docs locally; proofread the release notes
  • tag the release
    1. git checkout main
    2. git pull
    3. git show (verify it's the commit we want to tag)
    4. git tag -a 0.2.0 -m 0.2.0
    5. git show (double/triple check the tag is on the correct branch)
    6. git push origin 0.2.0
  • Wait for CI to finish. The release should then be available on GitHub and pypi.
  • create the stable/0.2 branch
    1. start with same commit as above checked out
    2. git checkout -b stable/0.2
    3. git show (check before pushing)
    4. git push --set-upstream origin stable/0.2
  • get docs to deploy from the new stable branch (should happen automatically at this point after CI runs both on the new stable branch and then on the gh-pages branch)
  • move remaining old milestone items to new milestone and close old milestones

@caleb-johnson caleb-johnson added documentation Improvements or additions to documentation stable backport potential Doesn't affect the API labels Jan 21, 2025
@caleb-johnson caleb-johnson changed the title Update README.md Update documentation regarding software limitations Jan 21, 2025
@caleb-johnson caleb-johnson changed the title Update documentation regarding software limitations Prepare 0.2.0 release Jan 21, 2025
@caleb-johnson caleb-johnson removed stable backport potential Doesn't affect the API documentation Improvements or additions to documentation labels Jan 21, 2025
@caleb-johnson caleb-johnson merged commit 02db449 into main Jan 21, 2025
5 checks passed
@caleb-johnson caleb-johnson deleted the readme-0.2 branch January 21, 2025 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant