Skip to content

Commit

Permalink
build: release v0.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Jan 11, 2025
1 parent 1605e3a commit a5d4c1b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.16.0] - 2025-01-11
### Added
- feat: allows changelog output to be redirected to file.

### Changed
- build: adds Dockerfile.
- build: adds test step before release.

## [0.15.6] - 2025-01-05
### Changed
- docs: describes since.yaml file.
Expand Down
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Extract Changelog entries for most recent version
description: Extracts entries from the changelog file for the most recent version.
inputs:
output-file:
description: 'The file to write the extracted entries to.'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args: [ "changelog", "extract" ]

0 comments on commit a5d4c1b

Please sign in to comment.