Skip to content

Commit

Permalink
Merge pull request #119 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

[]
  • Loading branch information
diegoandresdiazespinoza authored Jun 11, 2024
2 parents 46c87fd + 191b0f4 commit 9ed8c52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/changelog-enforcer.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Changelog Enforcer
uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: 'project_1/changelog.md'
- name: Increment version
id: increment_version
uses: paulhatch/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/semver_M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Changelog Enforcer
uses: dangoslen/changelog-enforcer@v2
with:
changeLogPath: 'project_1/changelog.md'
- name: increment version
id: increment_version
uses: paulhatch/[email protected]
Expand Down

0 comments on commit 9ed8c52

Please sign in to comment.