Skip to content

Commit

Permalink
Update changelog and define change file for release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Nov 9, 2024
1 parent cd0670e commit b99126f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ jobs:
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: ddrs
changes-file: CHANGELOG.md
target: ${{ matrix.platform.target }}
if: matrix.toolchain == 'stable'
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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).

## [0.1.0] - 2024-11-09

### Added

- Initial release of DDRS

0 comments on commit b99126f

Please sign in to comment.