Skip to content

Commit

Permalink
Prep release 4.2.2 (#6759)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Sep 2, 2023
1 parent 2e1559d commit 59f0799
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------
Expand Down

0 comments on commit 59f0799

Please sign in to comment.