Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Jun 18, 2024
1 parent 56eb525 commit a54c4b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
run: |
echo "Should this run NOT trigger any release: '${{ needs.check_functional_changes.outputs.no_release }}'"
- name: Validate changelog
run: npm run changelog --silent -- --validate
- name: Run Changelog Manager
uses: OpenTermsArchive/manage-changelog@v1
with:
validate: true

- name: Get release type in changelog
run: echo "RELEASE_TYPE=$(npm run changelog --silent -- --get-release-type)" >> $GITHUB_ENV
Expand Down

0 comments on commit a54c4b7

Please sign in to comment.