Skip to content

Commit efea662

Browse files
knanaokhanhtc1202
andauthored
Add new option to use the links of a pull request (#33)
* Add new option to use the links of a pull request * Update README.md Co-authored-by: Khanh Tran <[email protected]> Co-authored-by: Khanh Tran <[email protected]>
1 parent b83d245 commit efea662

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# https://github.com/pipe-cd/pipecd/pkgs/container/actions-gh-release/25676126?tag=v0.33.0-6-g676ed48
2-
FROM ghcr.io/pipe-cd/actions-gh-release@sha256:928d33a3de44a252729d49a14244a59a2db5a56ee53cc1c713d94443439c0a63
1+
# https://github.com/pipe-cd/pipecd/pkgs/container/actions-gh-release/56953557?tag=v0.40.0-18-g1b26d7d
2+
FROM ghcr.io/pipe-cd/actions-gh-release@sha256:319dffc70a40b97107e231846d45a615454a2bb0a61a3390ce6c3b62065681c1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ tag: v0.1.0 # The tag number will be created. Required.
5454
# showCommitter: bool # Whether to include committer in release note. Default is true.
5555
# useReleaseNoteBlock: bool # Whether to use release note block instead of commit message. Default is false.
5656
# usePullRequestMetadata: bool # Whether to use pull request metadata instead of commit message when using merge-commit. If useReleaseNoteBlock is also true, release note block of pull request is used. Otherwise pull request title is used. If this option is set, showAbbrevHash and showCommitter is ignored. Default is false.
57+
# usePullRequestLink: bool # Whether to use the pull request links in the release note. Default is false.
5758
# commitExclude: # Additional excludes applied while generating release note.
5859
# parentOfMergeCommit: bool # True is whether the commit is the parent commit of the matching merge commit. Default is false.
5960
# prefixes: []string # Matches if commit's subject is prefixed by one of the given values. Default is emtpy.

0 commit comments

Comments
 (0)