Skip to content

Commit

Permalink
Add new option to use the links of a pull request (#33)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
knanao and khanhtc1202 authored Dec 5, 2022
1 parent b83d245 commit efea662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://github.com/pipe-cd/pipecd/pkgs/container/actions-gh-release/25676126?tag=v0.33.0-6-g676ed48
FROM ghcr.io/pipe-cd/actions-gh-release@sha256:928d33a3de44a252729d49a14244a59a2db5a56ee53cc1c713d94443439c0a63
# https://github.com/pipe-cd/pipecd/pkgs/container/actions-gh-release/56953557?tag=v0.40.0-18-g1b26d7d
FROM ghcr.io/pipe-cd/actions-gh-release@sha256:319dffc70a40b97107e231846d45a615454a2bb0a61a3390ce6c3b62065681c1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ tag: v0.1.0 # The tag number will be created. Required.
# showCommitter: bool # Whether to include committer in release note. Default is true.
# useReleaseNoteBlock: bool # Whether to use release note block instead of commit message. Default is false.
# 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.
# usePullRequestLink: bool # Whether to use the pull request links in the release note. Default is false.
# commitExclude: # Additional excludes applied while generating release note.
# parentOfMergeCommit: bool # True is whether the commit is the parent commit of the matching merge commit. Default is false.
# prefixes: []string # Matches if commit's subject is prefixed by one of the given values. Default is emtpy.
Expand Down

0 comments on commit efea662

Please sign in to comment.