release-bot
release-bot copied to clipboard
Release to Github and PyPI with ease.
Using the docker setup command, I ran the command- docker run -it -v ${PWD}:/home/test-user/app/ -v path/to/conf.yaml:/home/test-user/conf.yaml -e PYTHONPATH=/home/test-user/app release-bot-tests /bin/bash and replaced the path with my own. But an error...
[Prettier](https://github.com/prettier/prettier) does not like the asterisks.
I am using release-bot with my own identity. I feel like it could be confusing for others to think that all the comments, issues and PRs are written by me...
When creating a new release PR, it'd be nice if release-bot bumped also a version in a spec file if there's one in the repo. Like [here](https://github.com/packit-service/ogr/pull/78/files). `rpmdev-bumpspec` (from `rpmdevtools`...
Hello, I've been doing some groundwork around this. I am creating an issue so that I could link PRs and additional resources for this one. Intro: The GitHub actions are...
The func which looks for version files (and also, confusingly enough, updates the versions in these files), the logger reports the following errors when multiple files are changed: from [look_for_version_files]...
As a developer who wants to start using r-bot in an existing repo, I want to be able to specify my own release branch naming pattern so that I could...
I'd like to be able to run Release Bot in an environment which has `GITHUB_TOKEN` exported so that I could commit the `conf.yaml` and the `github_token` is implicitly taken from...
Since #237 release-bot will be doing the hard work in Celery tasks/workers. The [Configuration.set_logging()](https://github.com/user-cont/release-bot/blob/master/release_bot/configuration.py#L61) should be improved/changed as well so that it works nicely in the Celery task/worker. See: *...