Skip to content

Commit 15b0261

Browse files
authored
Add workflows changelog (#3)
* Add workflow to create release on PR merge * Add workflow to verify changelog updates * Add CHANGELOG.md for project versioning Document notable changes and version history.
1 parent 77130d7 commit 15b0261

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Workflow caller - create release
2+
on:
3+
pull_request:
4+
types: [closed]
5+
jobs:
6+
verify-changelog:
7+
if: github.event.pull_request.merged == true
8+
uses: Tools4everBV/.github/.github/workflows/createRelease.yaml@main
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Workflow caller - verify changelog updated
2+
on:
3+
pull_request:
4+
types: [opened, synchronize]
5+
6+
jobs:
7+
verify-changelog:
8+
uses: Tools4everBV/.github/.github/workflows/verifyChangelog.yaml@main

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
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).
4+
5+
## [1.0.1] - 13-02-2025
6+
7+
### Added
8+
- Create_Table.sql script.
9+
10+
## [1.0.0] - 21-08-2023
11+
12+
Initial release

0 commit comments

Comments
 (0)