c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit 057fada1fb9e57a69cb5b3a291bf751db54c2562
parent 1e2fb0a06484276cae01bac208e6d7977185f33f
Author: Eric Scouten <scouten@adobe.com>
Date:   Wed, 25 May 2022 20:46:20 -0700

Fix error in formatting changelog

Diffstat:
M.github/workflows/publish.yml | 2+-
MCHANGELOG.md | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -56,7 +56,7 @@ jobs: - name: Update changelog run: | - (head -8 CHANGELOG.md && echo "## $VERSION" && date "+_%e %B %Y_" && echo "" && (echo "$CHANGELOG" | sed -E 's_\(#([0-9])+\)_([#\1](https://github.com/contentauth/c2pa-rs/pull/\1)_)') && tail -n +9 CHANGELOG.md) > CHANGELOG.new.md + (head -8 CHANGELOG.md && echo "## $VERSION" && date "+_%e %B %Y_" && echo "" && (echo "$CHANGELOG" | sed -E 's_\(#([0-9]+)\)_([#\1](https://github.com/contentauth/c2pa-rs/pull/\1)_)') && tail -n +9 CHANGELOG.md) > CHANGELOG.new.md mv CHANGELOG.new.md CHANGELOG.md env: VERSION: ${{ steps.set-version.outputs.version }} diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -9,9 +9,9 @@ Do not manually edit this file. It will be automatically updated when a new rele ## 0.1.1 _26 May 2022_ -* Add Makefile for local testing ([#8](https://github.com/contentauth/c2pa-rs/pull/8)) -* Add workflow for automatically releasing c2pa crate ([#6](https://github.com/contentauth/c2pa-rs/pull/6)) -* Reduce fixtures size ([#5](https://github.com/contentauth/c2pa-rs/pull/5)) +* Add Makefile for local testing ([#18](https://github.com/contentauth/c2pa-rs/pull/18)) +* Add workflow for automatically releasing c2pa crate ([#16](https://github.com/contentauth/c2pa-rs/pull/16)) +* Reduce fixtures size ([#15](https://github.com/contentauth/c2pa-rs/pull/15)) * Add codecov.io integration ([#4](https://github.com/contentauth/c2pa-rs/pull/4)) * Configure dependabot ([#8](https://github.com/contentauth/c2pa-rs/pull/8)) * Configure dependabot ([#7](https://github.com/contentauth/c2pa-rs/pull/7))