halp 0.1.2

A CLI tool to get help with CLI tools 🐙
Documentation
1
2
3
4
5
6
7
8
9
# Creating a Release

[GitHub](https://github.com/orhun/halp/releases) and [crates.io](https://crates.io/crates/halp) releases are automated via [GitHub actions](.github/workflows/cd.yml) and triggered by pushing a tag.

1. Run the [release script]./scripts/release.sh: `./scripts/release.sh v[X.Y.Z]` (requires [git-cliff]https://github.com/orhun/git-cliff for changelog generation)
2. Push the changes: `git push`
3. Check if [Continuous Integration]https://github.com/orhun/halp/actions workflow is completed successfully.
4. Push the tags: `git push --tags`
5. Wait for [Continuous Deployment]https://github.com/orhun/halp/actions workflow to finish.