Skip to content

Commit

Permalink
Merge pull request #121 from premisedata/DA-342-Add-semantic-versioni…
Browse files Browse the repository at this point in the history
…ng-and-changelog-to-data-automation-tools

Da 342 add semantic versioning and changelog to data automation tools
  • Loading branch information
diegoandresdiazespinoza authored Jun 11, 2024
2 parents 9ed8c52 + 8cf4680 commit b02afe5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/changelog-enforcer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "Different Changelog Path"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
# Enforces the update of a changelog file on every pull request
Changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: 'project_1/changelog.md'

Job_1:
runs-on: ubuntu-latest
needs: Changelog
steps:
- name: Making Mock Job for Project_1
run: echo "test"

3 changes: 2 additions & 1 deletion project_1/Test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ Test 1
Test 2
Test 3
Test 4
Test 5
Test 5
Test 6

0 comments on commit b02afe5

Please sign in to comment.