Skip to content

Releases: orhun/git-cliff-action

Release v1.1.8

20 Nov 13:03
5352ef7
Compare
Choose a tag to compare

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

02 May 17:59
ec7be25
Compare
Choose a tag to compare

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

18 Dec 23:07
7ca2e6c
Compare
Choose a tag to compare

Changelog

[1.1.6] - 2021-12-18

Chore

docker

  • Update git-cliff to 0.5.0

Release v1.1.5

01 Oct 22:51
154bd8a
Compare
Choose a tag to compare

Changelog

[1.1.5] - 2021-10-01

Chore

docker

  • Update git-cliff to 0.4.0

Release v1.1.4

25 Sep 18:25
1a07e49
Compare
Choose a tag to compare

Changelog

[1.1.4] - 2021-09-25

Chore

docker

  • Pin the git-cliff version

Release v1.1.3

01 Jul 22:20
f33ebb9
Compare
Choose a tag to compare

Changelog

[1.1.3] - 2021-07-01

Docs

readme

  • Update examples

Release v1.1.2

24 Jun 12:18
30c8d01
Compare
Choose a tag to compare

Changelog

[1.1.2] - 2021-06-24

Style

action

  • Update the color

Release v1.1.1

24 Jun 12:14
b64b111
Compare
Choose a tag to compare

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

19 Jun 20:01
f5ccbd1
Compare
Choose a tag to compare

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

19 Jun 19:03
0b7b4de
Compare
Choose a tag to compare

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