question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release 0.13.1 checklist

See original GitHub issue

Preparing the release

Before the beta release

  • New branch
  • Bump version to 0.13.1b1 in:
    • README.rst
    • __init__.py
    • Sphinx conf.py
    • AppVeyor CI script
  • Check that the release branch will be tested on CI
  • Check all the badges in README point to the appropriate git branch (replace master by new branch sed -i 's/master/.../g' README.rst)
  • Check that docs badges and URLs point to appropriate tag (replace latest by new tag, without sed!)
  • Commit
  • Generate sdist and bdist_wheel
  • twine upload dist/* --repository-url https://test.pypi.org/legacy/
  • Tag
  • Bump master to next development version

Beta release

  • Push branch to GitHub and tags
  • Check on Test PyPI that the badges will work
  • Upload sdist and bdist_wheel to PyPI - this step cannot be undone if the release is removed! twine upload dist/* --repository-url https://upload.pypi.org/legacy/
  • Check Read the Docs (check https://docs.readthedocs.io/en/latest/webhooks.html#github first)

Before final release

  • Backport any bugs
  • Update release date in changelog
  • Bump version to 0.13.1 in:
    • README.rst
    • __init__.py
    • Sphinx conf.py
    • AppVeyor CI script
  • Check that docs badges and URLs point to appropriate tag (replace v0.13.1b1 by v0.13.1)
  • Commit
  • Generate sdist and bdist_wheel
  • twine upload dist/* --repository-url https://test.pypi.org/legacy/
  • Tag

Final release

  • Push tag to GitHub
  • Upload sdist and bdist_wheel to PyPI - this step cannot be undone if the release is removed! twine upload dist/* --repository-url https://upload.pypi.org/legacy/
  • Check Read the Docs (check https://docs.readthedocs.io/en/latest/webhooks.html#github first)
  • Create GitHub release
  • Add Zenodo badge to GitHub release
  • Send announcement email
  • Cherry pick release date to master
  • Close milestone

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
astrojuanlucommented, Nov 5, 2019

My current patches seem to be merged: #758, #761, #767.

They are in master though, and we will make a release in the 0.13.x branch, so I will backport them.

0reactions
astrojuanlucommented, Dec 20, 2019

Thanks @olebole!

Read more comments on GitHub >

github_iconTop Results From Across the Web

WLED 0.13.1 - Preset Calendars ! - YouTube
Finally we can schedule the our DIY Holiday LEDs to come on during set days of the year!
Read more >
Releases · Aircoookie/WLED - GitHub
The complete list of changes is still TBD, but will be available in the changelog ... This version's highlights are (in addition to...
Read more >
Publish Operator 0.13.1 (#921) · Issues - GitLab
This issue will serve as a checklist and record of releases for GitLab Operator 0.13.1 . Much of the process is automated by...
Read more >
Command: 0.13upgrade | Terraform - HashiCorp Developer
The provider source settings are stored in a required_providers block. This command is available only in Terraform v0.13 releases. For more information, see...
Read more >
KBase Workspace Service Manual
Workspace service release notes ... VERSION: 0.13.2 (Released 6/1/2022) · VERSION: 0.13.1 (Released 4/27/2022) · VERSION: 0.13.0 ... Documentation TODO list ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found