You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This idea came up in a discussion group, https://t.me/c/1101839433/8235. One can increase the major version every time a new module is added, and a minor increase if a module gets updated.
The benefit would be to enable installing ptbcontrib with pip install git+https://github.com/python-telegram-bot/[email protected].
Removing a contribution should probably also lead to a major version bump?
install instructions in the readme should be updated in a PR that tackles this
We should add an option to skip the version bump, e.g. by writing something like "CI: skip-bump" into the commit description. E.g. Improve tests & code quality #29 changes modules but doesn't really justify a version bump.
This idea came up in a discussion group, https://t.me/c/1101839433/8235. One can increase the major version every time a new module is added, and a minor increase if a module gets updated.
The benefit would be to enable installing ptbcontrib with
pip install git+https://github.com/python-telegram-bot/[email protected]
.This should be possible, according to this document: https://github.com/release-it/release-it/blob/master/docs/ci.md#github-actions
Great issue for someone foreign to the project trying to make a small change :)
The text was updated successfully, but these errors were encountered: