Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.51 KB

File metadata and controls

56 lines (37 loc) · 1.51 KB

python-utility-scripts

Repository for various python utility scripts

Installation

using uv

uv tool install python-utility-scripts

Local run

Config file

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

Release new version

requirements

  • Export GitHub token
export GITHUB_TOKEN=<your_github_token>
  • release-it

  • 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

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