Skip to content

Commit

Permalink
add news.md file and GHA to check
Browse files Browse the repository at this point in the history
  • Loading branch information
TanguyBarthelemy committed Mar 25, 2024
1 parent decc1ff commit 77208c9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check changelog

on: [ push, pull_request ]

jobs:
check-changelog-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- uses: jbangdev/[email protected]
with:
script: com.github.nbbrd.heylogs:heylogs-cli:0.7.2:bin
scriptargs: "check NEWS.md"
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

[Unreleased]: https://github.com/rjdemetra/rjd3filters/compare/v2.0.0...HEAD

## [2.0.0] - 2023-12-12

[2.0.0]: https://github.com/rjdemetra/rjd3filters/releases/tag/v2.0.0

## First commit

0 comments on commit 77208c9

Please sign in to comment.