- Notifications
You must be signed in to change notification settings - Fork5.7k
Closed
Description
- Setting description on GitHub Release & Channel post failed
- https://github.com/python-telegram-bot/python-telegram-bot/actions/runs/13871336672/job/38818410923
- https://github.com/python-telegram-bot/python-telegram-bot/actions/runs/13871336672/job/38818423017
sed: can't read .github/workflows/assets/release_template.html: No such file or directory
- I probably either need to run
checkout
again in these steps or prepare the string as output in the step where I also create the tag.
- On PRs with title
Bump Version to …
automatically- run
chango release --uid {tag}
. An upstream change inchango
might be useful for this. - replace
NEXT.VERSION
. This should be doable by overridingChanGo.release
- run