Repository for various python utility scripts
pip3 install python-utility-scripts --user
git clone https://github.com/RedHatQE/python-utility-scripts.git
poetry install
A config yaml file for various utilities of this repository should be added to
~/.config/python-utility-scripts/config.yaml
. Script specific config section details can be found in associated script README.md
export GITHUB_TOKEN=<your_github_token>
Run the following once (execute outside repository dir for example ~/
):
sudo npm install --global release-it
npm install --save-dev @j-ulrich/release-it-regex-bumper
rm -f package.json package-lock.json
git checkout main
git pull
release-it # Follow the instructions