From 2dd171180f8e4e410769055dc7a3109fa8ad2db1 Mon Sep 17 00:00:00 2001 From: "Raphael \"Thom\" Thomazella" Date: Thu, 5 Sep 2024 13:21:06 +0000 Subject: [PATCH] chore: release improvements to tag.sh (#13) chore: release --- CHANGELOG.md | 20 +++++++++++++++++++- tags.txt | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da60fac..9fcb979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Improve tag.sh: v0.2.2 *(2024-09-05)* +### [Diff with v0.2.1](https://github.com/tcodes0/sh/compare/v0.2.2..v0.2.1) + +### PRs in this release: [#12](https://github.com/tcodes0/sh/pull/12) +## Features +- add LIB_LOADED checks and errors ([1e45aba1](https://github.com/tcodes0/sh/commit/1e45aba1808789d3245179a4b846ef2fcd5eb9cf)) + +## Bug Fixes +- **workflows/release**: add TAGS_FILE env ([3de7e530](https://github.com/tcodes0/sh/commit/3de7e53084665e87e55a4e616e69ca1deba0e554)) + +## Improvements +- **workflows/release**: update tag.sh to work with TAGS_FILE ([7b4472bf](https://github.com/tcodes0/sh/commit/7b4472bfe3775a54341d36be7aafb53201abfc04)) +- remove .env local sourcing to avoid confusion ([9a44f2c9](https://github.com/tcodes0/sh/commit/9a44f2c99f090e392a8fab74317a224d0aece578)) + +#### Other +- vscode settings, empty .env-default ([67651938](https://github.com/tcodes0/sh/commit/6765193816b83c730f1dfdbf28c5a45b2733cac9)) +- use fatal instead of exit 1 ([025f6829](https://github.com/tcodes0/sh/commit/025f682921aa0dda0946cb85741be9d3370d4d29)) + # workflow updates: v0.2.1 *(2024-09-05)* ### [Diff with v0.2.0](https://github.com/tcodes0/sh/compare/v0.2.1..v0.2.0) @@ -65,4 +83,4 @@ - renames to snake case ([53f219ad](https://github.com/tcodes0/sh/commit/53f219ad7d0d58274eabb4e0ecc971d81ca0bd3c)) - add ci wrapper script ([53f219ad](https://github.com/tcodes0/sh/commit/53f219ad7d0d58274eabb4e0ecc971d81ca0bd3c)) -- small fixes ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86)) +- small fixes ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86)) \ No newline at end of file diff --git a/tags.txt b/tags.txt index 7933af7..6421e4d 100644 --- a/tags.txt +++ b/tags.txt @@ -1,2 +1,2 @@ # this file is generated to aid in automating releases -v0.2.1 +v0.2.2