Add CHANGELOG.md (#26)

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
Divyanshu Agrawal 2021-02-10 18:36:09 +05:30 committed by GitHub
parent 20a8e62ce0
commit 9deeef6ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
CHANGELOG.md Normal file
View file

@ -0,0 +1,12 @@
# buildah-build Changelog
## v2
- Rename `tag` input to `tags`, to allow you to build multiple tags of the same image
- Add outputs `image` and `tags`, which output the image name and all tags of the image that was created
- (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker
## v1
- Initial marketplace release
## v0.1
- Initial pre-release