1
0
mirror of https://github.com/j178/prek.git synced 2026-04-03 17:34:03 +02:00

Bump version to v0.0.2 (#69)

This commit is contained in:
Jo
2024-11-16 23:09:43 +08:00
committed by GitHub
parent d70df55f89
commit 85aed24fb8
7 changed files with 431 additions and 105 deletions

17
scripts/release.sh Normal file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
# Prepare for a release
#
# All additional options are passed to `rooster`
set -eu
script_root="$(realpath "$(dirname "$0")")"
project_root="$(dirname "$script_root")"
echo "Updating metadata with rooster..."
cd "$project_root"
# Update the changelog
uvx --from 'rooster-blue>=0.0.7' --python 3.12 -- rooster release "$@"
echo "Updating lockfile..."
cargo update