Skip to content

Commit

Permalink
Migrate changelog file format
Browse files Browse the repository at this point in the history
Signed-off-by: CybAtax <[email protected]>
  • Loading branch information
CybAtax committed May 25, 2024
1 parent b2b8ae9 commit f19c6a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: src/**/*
- name: Verify CHANGELOG.md modifications
- name: Verify cCHANGELOG.adochangelog modifications
id: changed-changelog-md
if: steps.changed-src-files.outputs.any_changed == 'true'
uses: tj-actions/changed-files@v44
with:
files: CHANGELOG.md
files: CHANGELOG.adoc
- name: Fail if changelog was not modified
if: steps.changed-changelog-md.outputs.any_changed == 'false'
run: exit 1
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
1 change: 0 additions & 1 deletion CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ documentation:
- changed-files:
- any-glob-to-any-file:
- docs/**
- CHANGELOG.md
- CHANGELOG.adoc
- LICENSE.txt
- README.adoc

Expand Down

0 comments on commit f19c6a5

Please sign in to comment.