Skip to content

Commit

Permalink
revert: back to previous changelog step
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 20, 2022
1 parent 16dac63 commit fd5d1dc
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,12 @@ jobs:
minor_pattern: "feat"
bump_each_commit: true

# - name: Generate changelog
# id: changelog
# if: env.previous_tag
# uses: jaywcjlove/changelog-generator@main
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

# - name: Generate Conventional Changelog
# id: changelog
# if: env.previous_tag
# run: echo "changelog=$(npx conventional-changelog-cli -p angular; echo x$?)" >> $GITHUB_OUTPUT
- name: Generate Conventional Changelog
- name: Generate changelog
id: changelog
if: env.previous_tag
run: >-
echo "::set-output name=changelog::$(
npx conventional-changelog-cli -p angular
)"
- run: |
echo "${{ steps.changelog.outputs.changelog }}"
uses: jaywcjlove/changelog-generator@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Update image.tag in helm values (Optional)
if: inputs.container
Expand Down

0 comments on commit fd5d1dc

Please sign in to comment.