Commit cdc2d58
committed
feat(ci/releaserc): rollback previous change and trigger minor release instead of patch
Purpose: liberate semantic-release from failure loop where it tries to re-release already partially released version
Context:
previous patch prerelease (-dev.8) was interrupted to to syntax error in .releaserc and did nor result in git tag.
Which, in turn, convinced semantic-release that it should re-release same version over alrady patched pyproject.toml
(fragility noted)1 parent 220c7c2 commit cdc2d58
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
0 commit comments