basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

A release workflow

Open KotlinIsland opened this issue 3 years ago • 0 comments

Scheduled job that detects release branches upstream then:

  1. Creates a pr merging the base of said branch into master
  2. Creates a release branch including the upstream release branch, and draft release on GitHub.
  3. When the draft release is published pypi and docs are also published.

Also, when the version number changes, the release process is activated (for a bug fix release in a release branch)

KotlinIsland avatar Mar 03 '22 15:03 KotlinIsland