Skip to content

Commit

Permalink
fix(generate-changelog): remove CHANGELOG.md (#56)
Browse files Browse the repository at this point in the history
* style: fix yamllint

Signed-off-by: Kenji Miyake <[email protected]>

* fix(generate-changelog): remove CHANGELOG.md

Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
kenji-miyake authored Feb 6, 2022
1 parent ecdf42d commit 845e700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions generate-changelog/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ runs:
-vv --strip header ${{ inputs.git-cliff-args }}
r=$(cat CHANGELOG.md)
rm CHANGELOG.md
# Trim version and date
if [ "${{ inputs.trim-version-and-date }}" = "true" ]; then
Expand Down
2 changes: 1 addition & 1 deletion sync-branches/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
id: generate-changelog
uses: autowarefoundation/autoware-github-actions/generate-changelog@tier4/proposal
with:
git-cliff-args: "origin/${{ inputs.base-branch }}..HEAD"
git-cliff-args: origin/${{ inputs.base-branch }}..HEAD

- name: Create PR
id: create-pr
Expand Down

0 comments on commit 845e700

Please sign in to comment.