Skip to content

Commit

Permalink
Chore/changelog mgmt (#49)
Browse files Browse the repository at this point in the history
* update: added change-log test workflow file
* update: added basic change-log file
* fix: linting build
  • Loading branch information
heemankv authored Jul 22, 2024
1 parent 7f53cf5 commit f1f1e4c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Changelog Workflow"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches: [main]

jobs:
# Enforces the update of a changelog file on every pull request
# skipLabel default is "Skip-Changelog"
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Added

## Changed

## Removed

## Fixed

0 comments on commit f1f1e4c

Please sign in to comment.