Prep release 4.2.2 (#6759)

This commit is contained in:
Bert Blommers 2023-09-02 21:25:26 +00:00 committed by GitHub
parent 2e1559dbf3
commit 59f07993a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,8 @@ jobs:
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.VERSION }}
files: dist/*
# Required to get the correct Digest
# See https://github.com/docker/build-push-action/issues/461

View File

@ -1,6 +1,11 @@
Moto Changelog
==============
4.2.2
------
Docker Digest for 4.2.2: <autopopulateddigest>
See 4.2.1 - no functional changes.
4.2.1
------