2020-10-25 01:25:23 +00:00
|
|
|
# Changelog
|
|
|
|
|
2020-10-28 17:27:31 +00:00
|
|
|
## 1.6.0 (2020/10/28)
|
|
|
|
|
|
|
|
* Generate latest tag by default on push tag event (#5)
|
|
|
|
|
2020-10-27 01:32:26 +00:00
|
|
|
## 1.5.0 (2020/10/27)
|
|
|
|
|
|
|
|
* Add `tag-match-group` input to choose group to get if `tag-match` matches
|
|
|
|
* Check `tag-match` is a valid regex
|
|
|
|
|
2020-10-26 23:59:19 +00:00
|
|
|
## 1.4.0 (2020/10/27)
|
|
|
|
|
|
|
|
* Use RegExp to match against a Git tag instead of coerce
|
|
|
|
|
2020-10-26 16:53:34 +00:00
|
|
|
## 1.3.0 (2020/10/26)
|
|
|
|
|
|
|
|
* Set latest tag only if matches with a pattern
|
|
|
|
|
2020-10-26 00:44:06 +00:00
|
|
|
## 1.2.0 (2020/10/26)
|
|
|
|
|
|
|
|
* Coerces Git tag to semver (#3)
|
|
|
|
|
2020-10-25 14:42:23 +00:00
|
|
|
## 1.1.0 (2020/10/25)
|
|
|
|
|
|
|
|
* Allow to templatize schedule tag (#1)
|
|
|
|
* Allow to disable edge branch tagging (#2)
|
|
|
|
|
2020-10-25 02:25:14 +00:00
|
|
|
## 1.0.0 (2020/10/25)
|
2020-10-25 01:25:23 +00:00
|
|
|
|
|
|
|
* Initial version
|