diff --git a/.github/workflows/createRelease.yaml b/.github/workflows/createRelease.yaml new file mode 100644 index 0000000..ca145dd --- /dev/null +++ b/.github/workflows/createRelease.yaml @@ -0,0 +1,8 @@ +name: Workflow caller - create release +on: + pull_request: + types: [closed] +jobs: + verify-changelog: + if: github.event.pull_request.merged == true + uses: Tools4everBV/.github/.github/workflows/createRelease.yaml@main diff --git a/.github/workflows/verifyChangelog.yaml b/.github/workflows/verifyChangelog.yaml new file mode 100644 index 0000000..4913991 --- /dev/null +++ b/.github/workflows/verifyChangelog.yaml @@ -0,0 +1,8 @@ +name: Workflow caller - verify changelog updated +on: + pull_request: + types: [opened, synchronize] + +jobs: + verify-changelog: + uses: Tools4everBV/.github/.github/workflows/verifyChangelog.yaml@main diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c89b91b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). + +## [1.0.1] - 13-02-2025 + +### Added +- Create_Table.sql script. + +## [1.0.0] - 21-08-2023 + +Initial release