From b99126f1913525b0ef0a8ddab46a28809001355c Mon Sep 17 00:00:00 2001 From: Jake Meyer Date: Sat, 9 Nov 2024 15:23:24 -0800 Subject: [PATCH] Update changelog and define change file for release ci --- .github/workflows/release.yml | 1 + CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 834f10c..b4b13f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..3dfb1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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