From 9deeef6ee2861dce2645e7ee296c2aa6a2a71aca Mon Sep 17 00:00:00 2001 From: Divyanshu Agrawal Date: Wed, 10 Feb 2021 18:36:09 +0530 Subject: [PATCH] Add CHANGELOG.md (#26) Signed-off-by: divyansh42 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..56d321b --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file