2.8 KiB
Changelog
2021-08-04 12:05:01 +0930 588698d - fix(gitlab_release): Correctly fetch the CI_PROJECT_URL for the environment
2021-08-04 02:24:12 +0000 856f2e1 - build(version): bump version 0.1.0 → 0.2.0
2021-08-04 11:50:41 +0930 287b4c9 - feat(gitlab_release): Include code refactor as part of the changelog
2021-08-04 11:48:28 +0930 eebe8e3 - docs(gitlab_release): Include custom command instructions
2021-08-04 11:29:22 +0930 7a69685 - refactor(gitlab_release): Dont conduct any release, git push or tag delete if the version was not bumped
2021-08-04 11:16:44 +0930 72e8b6c - refactor(gitlab_release): build gitlab commit url for changelog so that there is a weblink to the changes
2021-08-04 01:33:47 +0000 6d34977 - build(version): bump version 0.0.1 → 0.1.0
2021-08-04 11:00:19 +0930 80ca361 - fix(gitlab_release): A 'feat' commit must do a MINOR bump to version
2021-08-04 10:46:25 +0930 ed5be7f - fix(gitlab_release): ci image is alpine, use '/bin/sh' and add the changlogs to git cache for commiting
2021-08-04 10:44:57 +0930 2035ed2 - refactor(gitlab_release): use 'git log' to get current commit hash
2021-08-04 10:43:25 +0930 7706085 - fix(gitlab_release): All tasks run as part of script including user custom script
2021-08-04 10:40:46 +0930 1446c28 - fix(gitlab_release): Use a user token to access the git repo for pushing commits back
2021-08-03 15:48:35 +0930 6678a3d - feat(git_release): Migrated from ansible-roles