release-bot
release-bot copied to clipboard
Release to Github and PyPI with ease.
right now the bot parses two versions using semver and then figures out if there is some work to be done if the comparison fails, how about if we controlled...
I am using python versioning scheme in my python project (you don't say). Unfortunately release bot fails to parse it: ``` 08:51:35.770 utils.py INFO Editing line with new version: __version__...
Release bot polls the tracked github project every 10 minutes in current implementation. It would be much more efficient if it was able to receive Github's callbacks. Alternatively, it can...
I suggest a proposal to create an init script for release-bot. The user can go the root dir of the project and call something like `release-bot init` which will ask...
Related #148 * [ ] don't set or create labels if you don't have the permission * [ ] create the PR from fork, not on the upstream repo (also...
TODO * [ ] don't create duplicate commits in case of failures (in [packit/ogr](https://github.com/packit-service/ogr/pull/16), bot was not allowed to create a PR and kept adding new commits; we should `reset...
Would be nice if release-bot knew how to release to https://test.pypi.org instead of real http://pypi.org for testing purposes. I used to test release-bot on https://pypi.org/project/release-bot-test, but Test PyPI would be...
I propose release bot generates change log like this: * It lists all PRs which landed to a release. * It generates the list in following syntax: ``` * [](),...
if the user creates an issue for a new release the bot creates a pull request and adds the comment in the following way >Hi, >you have requested a release...
This is closely related to #112 Since one deployment of release bot is able to track only a single github project now, let's remove this limitation and figure out how...