From fcec19ccc7c262dc13e448dd22c73cfa4998501a Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Tue, 26 Jan 2021 11:28:43 +0100 Subject: [PATCH 1/2] CI: add Changelog to release draft --- .github/workflows/mla_release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/mla_release.yml b/.github/workflows/mla_release.yml index eb9f7a75..c4f6db1c 100644 --- a/.github/workflows/mla_release.yml +++ b/.github/workflows/mla_release.yml @@ -94,6 +94,13 @@ jobs: run: | echo "using version tag ${GITHUB_REF:15}" echo ::set-output name=version::"${GITHUB_REF:15}" + - name: Checkout code + uses: actions/checkout@v2 + - name: Get Changelog Entry + id: changelog_reader + uses: mindsers/changelog-reader-action@v2 + with: + path: ./mla/CHANGELOG.md - name: Create Release id: create_release uses: actions/create-release@v1 @@ -102,6 +109,7 @@ jobs: with: tag_name: mla-${{ steps.get_version.outputs.VERSION }} release_name: mla-${{ steps.get_version.outputs.VERSION }} + body: ${{ steps.changelog_reader.outputs.changes }} draft: true - name: Download linux-x86_64 artifact From 4d12aaaa71b40eb9b66209884971e853888f92ab Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Tue, 26 Jan 2021 11:29:38 +0100 Subject: [PATCH 2/2] XXX --- mla/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mla/CHANGELOG.md b/mla/CHANGELOG.md index 8479728b..955153ec 100644 --- a/mla/CHANGELOG.md +++ b/mla/CHANGELOG.md @@ -5,6 +5,12 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0] - 2021-11-26 + +### Added + +- Test + ## [1.0.1] - 2020-09-14 ### Thanks @@ -27,4 +33,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `x25519-dalek`: 0 to 1 - Code cleaning - Minor memory footprint reduction -- Introduce `MultiRecipientPersistent.count_keys()`: amount of recipients \ No newline at end of file +- Introduce `MultiRecipientPersistent.count_keys()`: amount of recipients