3
0
Fork 0
mirror of https://gitea.com/docker/metadata-action.git synced 2024-11-22 12:09:32 +01:00
docker-metadata/CHANGELOG.md

19 lines
291 B
Markdown
Raw Normal View History

2020-10-25 02:25:23 +01:00
# Changelog
2020-10-26 17:53:34 +01:00
## 1.3.0 (2020/10/26)
* Set latest tag only if matches with a pattern
2020-10-26 01:44:06 +01:00
## 1.2.0 (2020/10/26)
* Coerces Git tag to semver (#3)
2020-10-25 15:42:23 +01:00
## 1.1.0 (2020/10/25)
* Allow to templatize schedule tag (#1)
* Allow to disable edge branch tagging (#2)
2020-10-25 03:25:14 +01:00
## 1.0.0 (2020/10/25)
2020-10-25 02:25:23 +01:00
* Initial version