executablebooks / github-activity

Simple markdown changelogs for GitHub repositories
https://github-activity.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
49 stars 11 forks source link

Last release commit includes a local stack trace #81

Closed jtpio closed 1 year ago

jtpio commented 1 year ago

Describe the bug

context

Looks like the latest release commit includes an error: https://github.com/executablebooks/github-activity/commit/c26f2c495a1beae05e4942e00f8a04ab3b83d99d

Traceback (most recent call

expectation

The message should likely say something like: "Release 0.3.0"

problem

Not a big issue for end users , opening this issue for awareness.

Reproduce the bug

Open the latest commit: https://github.com/executablebooks/github-activity/commit/c26f2c495a1beae05e4942e00f8a04ab3b83d99d

List your environment

No response

jtpio commented 1 year ago

cc @blink1073 for awareness

blink1073 commented 1 year ago

Thanks for the heads up! I updated my manual release script to include python setup.py --version as a fallback.

choldgraf commented 1 year ago

lol nice, I am all for beautiful chaos of OSS showing up in release commit messages 😅

I think we can close this one?