chore(docker): update git-cliff to 1.3.0

This commit is contained in:
Orhun Parmaksız
2023-09-01 17:35:23 +03:00
parent d2a21a5e4f
commit 7204866657
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
name: Action Test
on: [push, pull_request]
on: [ push, pull_request ]
jobs:
git-cliff-action:

View File

@@ -1,4 +1,4 @@
FROM orhunp/git-cliff:1.3.0-rc.1@sha256:b6fc34bf033f41d1d8d351ba75f0f37eb26952451a9db22873a7cc2297814f8f
FROM orhunp/git-cliff:1.3.0@sha256:8a40b073ff6699af527c83bf881c82c560de7e2b44a92104d181986b6221091a
LABEL maintainer="orhun <orhunparmaksiz@gmail.com>"
LABEL repository="https://github.com/orhun/git-cliff-action"

View File

@@ -26,12 +26,12 @@ cat "$OUTPUT"
chown -R "$owner" .
# Set the changelog content
echo "content<<EOF" >> $GITHUB_OUTPUT
cat "$OUTPUT" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
echo "content<<EOF" >>$GITHUB_OUTPUT
cat "$OUTPUT" >>$GITHUB_OUTPUT
echo "EOF" >>$GITHUB_OUTPUT
# Set output file
echo "changelog=$OUTPUT" >> $GITHUB_OUTPUT
echo "changelog=$OUTPUT" >>$GITHUB_OUTPUT
# Pass exit code to the next step
echo "exit_code=$exit_code" >> $GITHUB_OUTPUT
echo "exit_code=$exit_code" >>$GITHUB_OUTPUT

View File

@@ -1,4 +1,4 @@
# configuration file for git-cliff (0.1.0)
# configuration file for git-cliff
[changelog]
header = "# Changelog\n"
@@ -18,7 +18,7 @@ body = """
{% endfor %}\
{% endfor %}\n
"""
trim=true
trim = true
footer = "<!-- generated by git-cliff -->\n"
[git]