3.4 KiB
Changelog
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