Commit a2fb502
chore: prep 2.1.0a1 alpha release with procrastinate support
Bumps version to a PEP 440 alpha so the procrastinate integration can
ship for early users without committing to it as a stable 2.1.0.
Also drops the `--format "{base}"` from the release workflow's dunamai
call. `{base}` strips the pre-release suffix, which broke two things:
the tag/version equality check (`v2.1.0a1` != `v2.1.0`) and the artifact
upload path (built wheels are named `taskbadger-2.1.0a1-*`, not
`taskbadger-2.1.0-*`). The default dunamai output is already PEP 440,
so this fix is general — beta/rc tags will also work going forward.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 735ff53 commit a2fb502
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments