Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release initial #5

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Initial Release v0.1.0 _(2024-08-30)_

## Features

- **changelog.sh**: update to new changelog flags, update workflow and ci.sh ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))
- **ci.sh**: trap SIGINT and print log location ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))
- **go**: add go dir and add lint-fix script ([53f219ad](https://github.com/tcodes0/sh/commit/53f219ad7d0d58274eabb4e0ecc971d81ca0bd3c))
- **lib.sh**: lib loaded checks and error messages ([53f219ad](https://github.com/tcodes0/sh/commit/53f219ad7d0d58274eabb4e0ecc971d81ca0bd3c))
- **scripts**: add scripts to be shared ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))
- **workflows/release-pr**: tweak script to pass locally ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))

## Bug Fixes

- **commitlint**: extend base config ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))
- **scripts**: correct lib.sh path ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))
- rename commitlint script ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))

## Improvements

- **lib.sh**: do not source lib directly with hardcoded path ([53f219ad](https://github.com/tcodes0/sh/commit/53f219ad7d0d58274eabb4e0ecc971d81ca0bd3c))
- **scripts**: improvements, code-review, refactors to be shareable ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))
- **tag.sh**: update h1 regex parsing, document regex ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))
- source lib.sh via BASH_ENV ([53f219ad](https://github.com/tcodes0/sh/commit/53f219ad7d0d58274eabb4e0ecc971d81ca0bd3c))
- handle missing global vars with better errors ([53f219ad](https://github.com/tcodes0/sh/commit/53f219ad7d0d58274eabb4e0ecc971d81ca0bd3c))

## Documentation

- improve script documentation a lot, refactor lib.sh log functions ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))
- document more scripts ([c5eac59a](https://github.com/tcodes0/sh/commit/c5eac59ad72cb8f9a1292ebe5adf0229170bbb86))

#### Other

- 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))