mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
Add CHANGELOG.md
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
20a8e62ce0
commit
be0e9cb42e
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# buildah-build Changelog
|
||||
|
||||
## v2
|
||||
- Rename `tag` input to `tags`, and allow you to build multiple tags of the same image
|
||||
- Add output parameters `image` and `tags`, and allow you to output image name and multiple tags of the image
|
||||
- (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker
|
||||
|
||||
## v1
|
||||
- Initial marketplace release
|
||||
|
||||
## v0.1
|
||||
- Initial pre-release
|
Loading…
Reference in a new issue