Skip to content

Commit

Permalink
Merge pull request #3 from charphi/feature-changelog
Browse files Browse the repository at this point in the history
Add changelog
  • Loading branch information
charphi authored Mar 19, 2024
2 parents 3b03023 + 2d76952 commit 126a8ff
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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"

13 changes: 13 additions & 0 deletions NEWS.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/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2023-12-21

[Unreleased]: https:/rjdemetra/rjd3nowcasting/compare/v1.0.0...HEAD
[1.0.0]: https:/rjdemetra/rjd3nowcasting/releases/tag/v1.0.0

0 comments on commit 126a8ff

Please sign in to comment.