Git-cliff

Latest version: v2.2.2

Safety actively analyzes 629532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

Bug Fixes

- **(config)** update config var when add config file in repo - ([99d63b0](https://github.com/liuyinz/git-cliff.el/commit/99d63b09be072497222b2faae9305ed04aabe9a2))
- **(preview)** erase content before preview new output - ([4341899](https://github.com/liuyinz/git-cliff.el/commit/4341899fd9553f9c26ea6db5ff4050a293e86af1))
- get text property wrongly from completing-read return value - ([ed10163](https://github.com/liuyinz/git-cliff.el/commit/ed101632e6e3045c3a08287834762a26ffb487fe))
- git-cliff--choose-template completion sorting error - ([e81564c](https://github.com/liuyinz/git-cliff.el/commit/e81564cc703046f4059b2f97c5074474c8426490))
- git-cliff--configs return wrong value - ([71f0e76](https://github.com/liuyinz/git-cliff.el/commit/71f0e76fc2998def11be2736022a075d46d6ced5))
- do not set prepending as init state - ([1d95a09](https://github.com/liuyinz/git-cliff.el/commit/1d95a095c43bfa3ea55348e3257d2be80693aa6a))
- use repo dir instead of workdir as default-directory - ([b2d40d9](https://github.com/liuyinz/git-cliff.el/commit/b2d40d9421c1f1ab347ac908ff71834353874471))
- IO error path not found when args string contain --<option>=~ - ([877f3cb](https://github.com/liuyinz/git-cliff.el/commit/877f3cbcef90aa809135f9c12edb13005f2efcea))
- use defconst to define git-cliff-config-regexp - ([f74cebb](https://github.com/liuyinz/git-cliff.el/commit/f74cebb618f710b5686d03228ecc7f0f0462ae77))
- set correct name for shell-command-buffer - ([0371b6d](https://github.com/liuyinz/git-cliff.el/commit/0371b6d8e396813d6a4919bbbb63adee59c23010))
- switch to target buffer after call git-cliff--run - ([817b640](https://github.com/liuyinz/git-cliff.el/commit/817b640d017fa8286f599f0f4c539e3fab445586))

Documentation

- **(README)** update todo list - ([4a6775c](https://github.com/liuyinz/git-cliff.el/commit/4a6775c0644a89bfa0d75c06a5744d0caef8e7b1))
- add README.md - ([9b84b29](https://github.com/liuyinz/git-cliff.el/commit/9b84b29d1aec5db299157cfc17c21babeb5fa915))

Features

- **(menu)** provide repo infomations in transient menu - ([d445f2d](https://github.com/liuyinz/git-cliff.el/commit/d445f2dd728a6247c3e7aa4cd1126ffb74c62721))
- **(preset)** add configs from git-cliff/examples - ([2bf85c3](https://github.com/liuyinz/git-cliff.el/commit/2bf85c30f347282bb949f9114f7174c04a585fd8))
- **(transient)** add git-cliff-menu - ([fa6e0c5](https://github.com/liuyinz/git-cliff.el/commit/fa6e0c5b313b4b6deeaa00fef10082eb2927505e))
- add related suffixes - ([1fd8383](https://github.com/liuyinz/git-cliff.el/commit/1fd83835b0911bfb94729fd03aeddd3725e6a614))
- set default value for changelog reader - ([c756131](https://github.com/liuyinz/git-cliff.el/commit/c7561318faa9e96735d1b5eb15fe36c68ccac241))
- add option --repository - ([4fa4b10](https://github.com/liuyinz/git-cliff.el/commit/4fa4b103b883e2d994f40edfb69e80c4d2dfef77))
- extract body templates to directory examples - ([86be222](https://github.com/liuyinz/git-cliff.el/commit/86be22296a5692253389ee2fa7ba6613147ed221))
- support --body option - ([926723c](https://github.com/liuyinz/git-cliff.el/commit/926723cd840deee766bb834e8ddaf62eb936f8d2))

Miscellaneous Chores

- **(changelog)** update cliff config - ([2b00e13](https://github.com/liuyinz/git-cliff.el/commit/2b00e1355a66d897bbd59563d861de237fa69e60))
- **(ci)** update actions/checkout - ([d30e755](https://github.com/liuyinz/git-cliff.el/commit/d30e755edb9cbdd40048483a2db7b5a2fd9ad581))
- **(gitignore)** ignore autoloads and tmp file - ([c0b7ad5](https://github.com/liuyinz/git-cliff.el/commit/c0b7ad52f9811868e35e39b305416554bc554069))
- **(init)** initial commit - ([a75fcaa](https://github.com/liuyinz/git-cliff.el/commit/a75fcaa17e2983e3abce406da7415f9c4075378f))
- add cliff.toml for generate changelog - ([435b3c1](https://github.com/liuyinz/git-cliff.el/commit/435b3c1c60c961f26b0147824d92b7e8723bacfc))

<!-- generated by git-cliff -->


Creating a Release

[GitHub](https://github.com/orhun/git-cliff/releases), [crates.io](https://crates.io/crates/git-cliff/) and [Docker Hub](https://hub.docker.com/repository/docker/orhunp/git-cliff) releases are automated via [GitHub actions](./.github/workflows/cd.yml) and triggered by pushing a tag.

1. Run the [release script](./release.sh): `./release.sh v[X.Y.Z]`
2. Push the changes: `git push`
3. Check if [Continuous Integration](https://github.com/orhun/git-cliff/actions) workflow is completed successfully.
4. Push the tags: `git push --tags`
5. Wait for [Continuous Deployment](https://github.com/orhun/git-cliff/actions) workflow to finish.
- Do not forget to set `vars.USE_TESTPYPI` variable to `false` before release.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.