metadata-action/CHANGELOG.md

23 lines
373 B
Markdown
Raw Normal View History

2020-10-25 09:25:23 +08:00
# Changelog
2020-10-27 07:59:19 +08:00
## 1.4.0 (2020/10/27)
* Use RegExp to match against a Git tag instead of coerce
2020-10-27 00:53:34 +08:00
## 1.3.0 (2020/10/26)
* Set latest tag only if matches with a pattern
2020-10-26 08:44:06 +08:00
## 1.2.0 (2020/10/26)
* Coerces Git tag to semver (#3)
2020-10-25 22:42:23 +08:00
## 1.1.0 (2020/10/25)
* Allow to templatize schedule tag (#1)
* Allow to disable edge branch tagging (#2)
2020-10-25 10:25:14 +08:00
## 1.0.0 (2020/10/25)
2020-10-25 09:25:23 +08:00
* Initial version