7.7 KiB
Changelog
2022-01-11 07:03:09 +0000 7751fd9 - build(version): bump version 0.3.0 → 0.3.1
2021-08-12 14:46:26 +0930 2ac22c0 - fix(commit_footer): fix bug introduced in code quality commit
2021-08-12 14:42:16 +0930 ccc601f - style(cz_nfc): code quality on cz_nfc.py
2021-08-12 14:27:41 +0930 5676c5e - style(commit_footer): code quality on setup.py
2021-08-12 14:26:43 +0930 3d69e57 - style(commit_footer): code quality on main.py
2021-08-12 14:21:34 +0930 c093c31 - style(commit_footer): code quality on commits.py
2021-08-12 03:32:36 +0000 389bc08 - build(version): bump version 0.3.0rc1 → 0.3.0
2021-08-11 13:47:34 +0930 def31ef - style(yaml_lint): fixed yaml lint errors
2021-08-11 12:17:50 +0930 63af1ef - fix(commit_footer_refs): Use the current git branch for comparison.
2021-08-08 15:57:50 +0930 dc13d4f - docs(gitlab_release): Added user docs to fix errors from ci job 'commit footer refs'
2021-08-08 15:28:00 +0930 22136f7 - feat(gitlab_release): Toggle var added to enable switching changelog references.
2021-08-08 15:18:11 +0930 eb0bf4c - refactor(gitlab_release): file link to be in local repository for helping fix commit footer ref check failures
2021-08-08 15:05:35 +0930 8177622 - refactor(gitlab_release): use a name for failed test to denote the issue
2021-08-08 15:03:12 +0930 756b940 - feat(gitlab_release): be able to toggle commit footer check job
2021-08-08 14:51:57 +0930 7cb676e - ci(gitlab_release): Add a validation job to check if commit messages contain a gitlab reference in the footer
2021-08-08 14:50:34 +0930 11e1566 - feat(gitlab_release): python module to check if a commit message has gitlab references in the footer
2021-08-07 17:11:17 +0930 8699c41 - feat(gitlab_release): Add commit footer to changelog
2021-08-07 14:56:51 +0930 5f273ce - docs(gitlab_release): Updated docs with new instructions on version incrementing
2021-08-07 14:31:19 +0930 f76cabe - fix(gitlab_release): Adjust release workflow
2021-08-04 03:23:08 +0000 eb5cc8a - build(version): bump version 0.3.0rc0 → 0.3.0rc1
2021-08-04 03:13:54 +0000 09dcb65 - build(version): bump version 0.2.1 → 0.3.0rc0
2021-08-04 12:39:01 +0930 3e8c3ce - feat(gitlab_release): On the development brnach, releases to be 'rc' to denote considered non-stable
2021-08-04 12:24:02 +0930 cc3fabd - refactor(gitlab_release): Use Short commit SHA1 in main changelog link to gitlab
2021-08-04 02:49:45 +0000 4453b43 - build(version): bump version 0.2.0 → 0.2.1
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