Releases: orhun/git-cliff-action
Releases · orhun/git-cliff-action
Release v1.1.8
Changelog
[1.1.8] - 2022-11-20
Chore
docker
- Update git-cliff to 0.9.2
test
- Run CI on pull request
Fix
args
- Handle quotes in passed args (#3)
git
- Disable safe directory checks
- Apply a workaround for git safe directory
- Improve git safe directory workaround
Release v1.1.7
Changelog
[1.1.7] - 2022-05-02
Chore
docker
- Update git-cliff to 0.7.0
Fix
env
- Use the correct environment variable for output
Release v1.1.6
Changelog
[1.1.6] - 2021-12-18
Chore
docker
- Update git-cliff to 0.5.0
Release v1.1.5
Changelog
[1.1.5] - 2021-10-01
Chore
docker
- Update git-cliff to 0.4.0
Release v1.1.4
Changelog
[1.1.4] - 2021-09-25
Chore
docker
- Pin the git-cliff version
Release v1.1.3
Changelog
[1.1.3] - 2021-07-01
Docs
readme
- Update examples
Release v1.1.2
Changelog
[1.1.2] - 2021-06-24
Style
action
- Update the color
Release v1.1.1
Changelog
[1.1.1] - 2021-06-24
Docs
readme
- Add the advanced example
- Link to the documentation of the base repository
Release v1.1.0
Changelog
[1.1.0] - 2021-06-19
Chore
action
- Remove input arguments
entrypoint
- Update argument passing
Docs
readme
- Update the title in README.md
Test
args
- Use multiple arguments for testing
Release v1.0.0
Changelog
[1.0.0] - 2021-06-19
Chore
action
- Set the name of the test action
- Use the output file as action output
- Update name
- Set it an unique name
docker
- Remove the working directory
project
- Add action files
Docs
readme
- Update README.md about new action arguments
- Add description for the example
- Update the version in example
Feat
input
- Use the config file from given path
Fix
style
- Update formatting
- Use input values as separate arguments
test
- Use sudo to create a output directory
- Mark entrypoint script as executable
- Move entrypoint script to root directory
- Change the working directory
- Update output location
- Run the entrypoint script
- Use an output directory
- Update the use of positional arguments
- Remove the quotes around image arguments
- Update the formatting of docker argument
- Use the explicit format for docker arguments
- Set the fetch-depth to 0
Refactor
action
- Use OUTPUT environment variable as output path
entrypoint
- Remove output redirection
Test
action
- Add main.yml workflow