2
0
Commit Graph

10 Commits

Author SHA1 Message Date
Burak Yigit Kaya 17d97e13c0 ci(release): Smarter and safer auto version setting
If the release action is run without an explicit version in the same calendar month more than once, all of them will try to release the same version where the patch version is set to 0. This is never the intended action: if we are making a new release in the same month where an old one exists, it is 100% a patch release.

This PR automatically implements patch version increment based on existing versions.
2020-07-17 22:34:11 +03:00
Burak Yigit Kaya b0577a3b27 ci(craft): Add delay between prepare and publish 2020-07-15 22:42:46 +03:00
Burak Yigit Kaya f66ca96fa7 build(gha): Add skip_prepare option for manual triggers 2020-06-16 23:11:09 +03:00
Burak Yigit Kaya b2b497e619 build(gha): Workaround for Craft action params 2020-06-16 22:55:03 +03:00
Burak Yigit Kaya d83aa55bf8 build(gha): Add name to release action 2020-06-16 22:49:00 +03:00
Burak Yigit Kaya ea2c31f012 build(gha): Add GIT_*_NAME variables 2020-06-16 22:48:09 +03:00
Burak Yigit Kaya 2fc9811c74 build(gha): Add automated CalVer releases (#539) 2020-06-16 12:44:13 +03:00
Burak Yigit Kaya cfaa368306 fix(gha): Add version to craft-action 2020-06-14 17:36:53 +03:00
Burak Yigit Kaya 8c7b633b90 fix(gha): Fix indent in yaml file 2020-06-14 17:29:34 +03:00
Burak Yigit Kaya af502d0ba5 build(gha): Add Craft releases as a GitHub action (#538) 2020-06-14 17:27:41 +03:00