6.7 KiB
Changelog
2023-05-28 10:31:26 +0930 bade89c - fix(scheduled_pipelines): if scheduled pipeline only run schedualable jobs
2023-05-24 04:40:52 +0000 0a17fe1 - build(version): bump version 0.6.1rc1 → 0.6.1rc2
2023-05-21 01:48:53 +0930 088c9fb - feat(conventional_commits): ensure .cz.yaml exists
2023-05-15 00:18:38 +0000 a3fdca8 - build(version): bump version 0.6.1rc0 → 0.6.1rc1
2023-05-15 09:32:15 +0930 93931cb - feat(conventional): job not to run when bot pushes change
2023-05-15 09:23:02 +0930 76db5b1 - fix(conventional_commits): never run on git tag
2023-05-14 14:10:06 +0930 02e9e5f - refactor(ci): inconsistant tabs
2023-05-14 12:11:42 +0930 d389d14 - fix: validation jobs on all except merge
2023-05-14 09:56:35 +0930 934a401 - fix(ci): specify the commitizen version
2023-05-13 15:35:28 +0930 408e4ea - refactor: move docs as part of restructure
2023-05-13 11:47:21 +0930 9e7d357 - feat(conventional_commits): ability to disable job with variable
2022-01-25 00:08:05 +0000 ce1cc01 - build(version): bump version 0.6.0 → 0.6.1rc0
2022-01-24 06:33:24 +0000 46cc1fb - build(version): bump version 0.5.0 → 0.6.0
2022-01-16 00:09:42 +0000 1ef6c41 - build(version): bump version 0.4.0 → 0.5.0
2022-01-16 09:02:02 +0930 31517b4 - ci(MR_Title): save the merge request title as a variable and debug output in job log.
2022-01-16 08:48:24 +0930 73918f2 - fix(commit.py): filter merge request search to 'opened' and on current branch.
2022-01-15 03:53:53 +0000 5c9000a - build(version): bump version 0.3.1 → 0.4.0
2022-01-15 13:14:58 +0930 e5531fc - feat(commit.py): throw an error if no token was supplied. i.e. empty variable.
2022-01-15 13:07:56 +0930 6b7ad95 - feat(commit.py): confirm a merge request was found, if not output 'ci: No Merge Request found'
2022-01-15 13:05:30 +0930 c543c47 - feat(commit.py): try to us CI_JOB_TOKEN
before the specified token, if any.
2022-01-15 12:29:23 +0930 99bdc2a - fix(commit.py): fix typo that caused exception
2022-01-15 12:23:54 +0930 d03d9fe - fix(conventional_commits): fetch all branches prior to check for parent branch
2022-01-15 12:18:15 +0930 b01550e - feat(commit.py): removed ability to fetch first commit or target branch
2022-01-15 12:04:07 +0930 42ad02e - fix(conventional_commits): use git show-branch to find origin branch
2022-01-11 07:03:09 +0000 7751fd9 - build(version): bump version 0.3.0 → 0.3.1
2021-08-12 03:32:36 +0000 389bc08 - build(version): bump version 0.3.0rc1 → 0.3.0
2021-08-12 12:47:23 +0930 3360a15 - fix(commit_message): fixed commit message check if there is only one commit to the branch
2021-08-11 13:47:34 +0930 def31ef - style(yaml_lint): fixed yaml lint errors
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 02:49:45 +0000 4453b43 - build(version): bump version 0.2.0 → 0.2.1
2021-08-04 02:24:12 +0000 856f2e1 - build(version): bump version 0.1.0 → 0.2.0
2021-08-04 01:33:47 +0000 6d34977 - build(version): bump version 0.0.1 → 0.1.0
2021-08-03 13:26:05 +0930 392a200 - feat(conventional_commits): Added conventional commit job