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.6 release #485

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Prepare 0.6 release #485

merged 1 commit into from
Feb 12, 2024

Conversation

caleb-johnson
Copy link
Collaborator

@caleb-johnson caleb-johnson commented Feb 12, 2024

Remaining action items:

  • move release notes to 0.6 directory
  • build docs locally; proofread the release notes
  • merge this PR
  • 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.6.0 -m "Circuit Knitting Toolbox 0.6.0"
    5. git show (double/triple check the tag is on the correct branch)
    6. git push origin 0.6.0
  • Wait for CI to finish. The release should then be available on GitHub and pypi.
  • create the stable/0.6 branch
    1. start with same commit as above checked out
    2. git checkout -b stable/0.6
    3. git show (check before pushing)
    4. git push --set-upstream origin stable/0.6
  • ensure .mergify.yml, pyproject.toml, and docs workflow versions are all updated
  • 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)

Previous release PR: #438

@caleb-johnson caleb-johnson changed the title Move release notes to 0.6 Prepare 0.6 release Feb 12, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7876195488

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.541%

Totals Coverage Status
Change from base Build 7875509586: 0.0%
Covered Lines: 2346
Relevant Lines: 2508

💛 - Coveralls

@caleb-johnson caleb-johnson merged commit 05249d0 into main Feb 12, 2024
11 checks passed
@caleb-johnson caleb-johnson deleted the prepare-0.6 branch February 12, 2024 18:59
@garrison garrison mentioned this pull request Apr 18, 2024
15 tasks
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.

2 participants