From 60430c9720e8fbb8666f035e7e1a9db679390a10 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 11 Oct 2022 18:06:13 +0200 Subject: [PATCH] Include changelog.md in Debian packages --- .goreleaser.yml | 2 ++ changelog.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9c5cae9..e5d4f03 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -68,6 +68,8 @@ nfpms: contents: - src: README.md dst: /usr/share/doc/cacert-goocsp/README.md + - src: changelog.md + dst: /usr/share/doc/cacert-goocsp/changelog.md - src: docs/config-example-crl.yaml dst: /usr/share/doc/cacert-goocsp/examples/config-example-crl.yaml - src: docs/config-example-openssl-index.yaml diff --git a/changelog.md b/changelog.md index ff11953..612387b 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,10 @@ 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). +## [Unreleased] +### Changed +- add changelog to Debian packages + ## [0.2.1] - 2022-10-11 ### Fixed - lock access to certificate maps to avoid crash due to concurrent map access