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

release version 8.1.8 #2826

Merged
merged 1 commit into from
Dec 21, 2024
Merged

release version 8.1.8 #2826

merged 1 commit into from
Dec 21, 2024

Conversation

AndreasBackx
Copy link
Collaborator

@AndreasBackx AndreasBackx commented Dec 19, 2024

  • Decide to make a release.
  • Ensure the change log has entries for each user-facing non-docs change, with links to the related issue reports.
  • Ensure each issue and PR is in the milestone.
  • Create a release-A.B.C branch.
  • Change "Unreleased" to "Released YYYY-MM-DD" in CHANGES.md.
  • Remove the ".dev" suffix from the version in pyproject.toml.
    • There is no version in pyproject.toml so I changed __version__ in the code as that was the only reference with the version it seems.
  • Commit git commit -am 'release version A.B.C' and create a PR.
  • Tag git tag -am 'release version A.B.C' A.B.C and push git push origin A.B.C.
    • I am blocked here. I do not have the rights to push tags.
  • Watch the tests pass and build jobs begin.
  • Edit the generated draft release page with our standard message template.
  • Approve the upload job.
  • Merge the PR. Use "create a merge commit", not "squash" or "rebase"!
  • Close the milestone.
  • Publish the draft release page.
  • Start the next version(s), creating a change log section, bumping the version in pyproject.toml with the .dev suffix.
  • Done!

Resolves #2793.

@AndreasBackx AndreasBackx self-assigned this Dec 21, 2024
@davidism davidism added this to the 8.1.8 milestone Dec 21, 2024
@davidism davidism merged commit 4cef966 into stable Dec 21, 2024
19 checks passed
@davidism davidism deleted the release-8.1.8 branch December 21, 2024 18:39
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants