Prep release 4.2.2 (#6759)
This commit is contained in:
parent
2e1559dbf3
commit
59f07993a4
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -60,6 +60,8 @@ jobs:
|
|||||||
- name: Create GitHub release
|
- name: Create GitHub release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
name: ${{ env.VERSION }}
|
||||||
|
tag_name: ${{ env.VERSION }}
|
||||||
files: dist/*
|
files: dist/*
|
||||||
# Required to get the correct Digest
|
# Required to get the correct Digest
|
||||||
# See https://github.com/docker/build-push-action/issues/461
|
# See https://github.com/docker/build-push-action/issues/461
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
Moto Changelog
|
Moto Changelog
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
4.2.2
|
||||||
|
------
|
||||||
|
Docker Digest for 4.2.2: <autopopulateddigest>
|
||||||
|
|
||||||
|
See 4.2.1 - no functional changes.
|
||||||
|
|
||||||
4.2.1
|
4.2.1
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user