Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 852 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 852 Bytes

cloud-tools

Python utilities to manage cloud services, such as AWS.

Local run

clone the repository

git clone https://github.com/RedHatQE/cloud-tools.git

Install poetry

poetry install

Docs

Release new version

requirements:

  • Export GitHub token
export GITHUB_TOKEN=<your_github_token>
sudo npm install --global release-it
npm install --save-dev @j-ulrich/release-it-regex-bumper
rm -f package.json package-lock.json

usage:

  • Create a release, run from the relevant branch. To create a new release, run:
git checkout main
git pull
release-it # Follow the instructions