mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 15:35:44 +08:00
chore(docker): update git-cliff to 1.3.0
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Action Test
|
name: Action Test
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [ push, pull_request ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
git-cliff-action:
|
git-cliff-action:
|
||||||
|
|||||||
@@ -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 maintainer="orhun <orhunparmaksiz@gmail.com>"
|
||||||
LABEL repository="https://github.com/orhun/git-cliff-action"
|
LABEL repository="https://github.com/orhun/git-cliff-action"
|
||||||
|
|||||||
@@ -26,12 +26,12 @@ cat "$OUTPUT"
|
|||||||
chown -R "$owner" .
|
chown -R "$owner" .
|
||||||
|
|
||||||
# Set the changelog content
|
# Set the changelog content
|
||||||
echo "content<<EOF" >> $GITHUB_OUTPUT
|
echo "content<<EOF" >>$GITHUB_OUTPUT
|
||||||
cat "$OUTPUT" >> $GITHUB_OUTPUT
|
cat "$OUTPUT" >>$GITHUB_OUTPUT
|
||||||
echo "EOF" >> $GITHUB_OUTPUT
|
echo "EOF" >>$GITHUB_OUTPUT
|
||||||
|
|
||||||
# Set output file
|
# Set output file
|
||||||
echo "changelog=$OUTPUT" >> $GITHUB_OUTPUT
|
echo "changelog=$OUTPUT" >>$GITHUB_OUTPUT
|
||||||
|
|
||||||
# Pass exit code to the next step
|
# Pass exit code to the next step
|
||||||
echo "exit_code=$exit_code" >> $GITHUB_OUTPUT
|
echo "exit_code=$exit_code" >>$GITHUB_OUTPUT
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# configuration file for git-cliff (0.1.0)
|
# configuration file for git-cliff
|
||||||
|
|
||||||
[changelog]
|
[changelog]
|
||||||
header = "# Changelog\n"
|
header = "# Changelog\n"
|
||||||
@@ -18,7 +18,7 @@ body = """
|
|||||||
{% endfor %}\
|
{% endfor %}\
|
||||||
{% endfor %}\n
|
{% endfor %}\n
|
||||||
"""
|
"""
|
||||||
trim=true
|
trim = true
|
||||||
footer = "<!-- generated by git-cliff -->\n"
|
footer = "<!-- generated by git-cliff -->\n"
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
|
|||||||
Reference in New Issue
Block a user